We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07428b8 commit 593f8f8Copy full SHA for 593f8f8
streaming-benchmarks.cabal
@@ -97,7 +97,7 @@ common lib-options
97
mtl >= 2.2.2 && < 2.4,
98
random >= 1.0 && < 2.0,
99
transformers >= 0.5.5 && < 0.7,
100
- template-haskell >= 2.14 && < 2.23
+ template-haskell >= 2.14 && < 2.24
101
if flag(use-gauge)
102
build-depends: gauge >= 0.2.4 && < 0.3
103
else
@@ -234,7 +234,7 @@ benchmark Sequence
234
type: exitcode-stdio-1.0
235
main-is: Benchmarks/Sequence.hs
236
ghc-options: -main-is Benchmarks.Sequence
237
- build-depends: containers >= 0.5 && < 0.8
+ build-depends: containers >= 0.5 && < 0.9
238
239
benchmark ByteString
240
import: bench-options
0 commit comments