Skip to content

Commit d6aa88c

Browse files
authored
Merge pull request #110 from bgamari/wip/ghc-9.14
Bump base upper bound to <4.23
2 parents ccab61e + ae2762a commit d6aa88c

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
@@ -62,7 +62,7 @@ library
6262
if impl(ghc >=9.0)
6363
build-depends: ghc-prim
6464

65-
build-depends: base >= 4.12 && < 4.22
65+
build-depends: base >= 4.12 && < 4.23
6666
ghc-options: -Wall
6767

6868
exposed-modules: Control.DeepSeq

0 commit comments

Comments
 (0)