From 9c3bfc214c72bbd0c8a30a1c41465deed0feaf47 Mon Sep 17 00:00:00 2001 From: Zubin Duggal Date: Fri, 11 Oct 2024 16:39:49 +0530 Subject: [PATCH] Bump base bound to 4.21 for GHC 9.12 --- process.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.cabal b/process.cabal index a780d3a9..333597ec 100644 --- a/process.cabal +++ b/process.cabal @@ -88,7 +88,7 @@ library ghc-options: -Wall - build-depends: base >= 4.10 && < 4.21, + build-depends: base >= 4.10 && < 4.22, directory >= 1.1 && < 1.4, filepath >= 1.2 && < 1.6, deepseq >= 1.1 && < 1.6