Skip to content

Commit 5dafbe1

Browse files
committed
Fix Hackage upload
1 parent 309fb79 commit 5dafbe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

foldl.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Benchmark Foldl
6060
HS-Source-Dirs: bench
6161
Main-Is: Foldl.hs
6262
Build-Depends:
63-
base,
63+
base >= 4.11.0.0 && < 5,
6464
criterion,
6565
foldl,
6666
profunctors
@@ -72,7 +72,7 @@ Benchmark Scanl
7272
HS-Source-Dirs: bench
7373
Main-Is: Scanl.hs
7474
Build-Depends:
75-
base,
75+
base >= 4.11.0.0 && < 5,
7676
criterion,
7777
foldl
7878
GHC-Options: -O2 -Wall -rtsopts -with-rtsopts=-T
@@ -83,7 +83,7 @@ Test-Suite doctest
8383
HS-Source-Dirs: test
8484
Main-Is: doctest.hs
8585
Build-Depends:
86-
base,
86+
base >= 4.11.0.0 && < 5,
8787
doctest >= 0.16
8888
GHC-Options: -threaded
8989
Default-Language: Haskell2010

0 commit comments

Comments
 (0)