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 f03ca45 commit 0b8b22cCopy full SHA for 0b8b22c
benchmark/streamly-benchmarks.cabal
@@ -197,10 +197,11 @@ common bench-depends
197
, tasty-bench >= 0.3 && < 0.5
198
, tasty >= 1.4.1 && < 1.6
199
, streamly-core
200
- , bench-test-lib
201
202
if !flag(use-streamly-core)
203
- build-depends: streamly
+ build-depends:
+ streamly
204
+ , bench-test-lib
205
206
if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc < 8.6)
207
build-depends:
0 commit comments