Skip to content

Commit 782ad35

Browse files
authored
Merge pull request #108 from bgamari/ghc-9.12
Bump base bound to 4.21 for GHC 9.12
2 parents 7ce6e2d + af115cc commit 782ad35

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)