We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309fb79 commit 5dafbe1Copy full SHA for 5dafbe1
foldl.cabal
@@ -60,7 +60,7 @@ Benchmark Foldl
60
HS-Source-Dirs: bench
61
Main-Is: Foldl.hs
62
Build-Depends:
63
- base,
+ base >= 4.11.0.0 && < 5,
64
criterion,
65
foldl,
66
profunctors
@@ -72,7 +72,7 @@ Benchmark Scanl
72
73
Main-Is: Scanl.hs
74
75
76
77
foldl
78
GHC-Options: -O2 -Wall -rtsopts -with-rtsopts=-T
@@ -83,7 +83,7 @@ Test-Suite doctest
83
HS-Source-Dirs: test
84
Main-Is: doctest.hs
85
86
87
doctest >= 0.16
88
GHC-Options: -threaded
89
Default-Language: Haskell2010
0 commit comments