Skip to content

Commit af115cc

Browse files
committed
Bump base bound to 4.21 for GHC 9.12
1 parent 7ce6e2d commit af115cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepseq.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ library
6161
if impl(ghc >=9.0)
6262
build-depends: ghc-prim
6363

64-
build-depends: base >= 4.12 && < 4.21
64+
build-depends: base >= 4.12 && < 4.22
6565
ghc-options: -Wall
6666

6767
exposed-modules: Control.DeepSeq

0 commit comments

Comments
 (0)