Skip to content

Commit

Permalink
Bump base bound to <4.20
Browse files Browse the repository at this point in the history
For GHC 9.8.
  • Loading branch information
bgamari committed Jun 26, 2023
1 parent 0bfe578 commit 74517d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepseq.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ library
if impl(ghc >=9.0)
build-depends: ghc-prim

build-depends: base >= 4.9 && < 4.19,
build-depends: base >= 4.9 && < 4.20,
array >= 0.4 && < 0.6
ghc-options: -Wall

Expand Down

0 comments on commit 74517d4

Please sign in to comment.