Skip to content

Commit cc5852e

Browse files
committed
base dependency changed to force to use ghc >= 8
1 parent 421a4d3 commit cc5852e

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
@@ -59,7 +59,7 @@ library
5959
if impl(ghc >=9.0)
6060
build-depends: ghc-prim
6161

62-
build-depends: base >= 4.5 && < 4.17,
62+
build-depends: base >= 4.9 && < 4.17,
6363
array >= 0.4 && < 0.6
6464
ghc-options: -Wall
6565

0 commit comments

Comments
 (0)