Skip to content

Commit 0b8b22c

Browse files
Fix use-streamly-core flag - bench-test-lib dep
1 parent f03ca45 commit 0b8b22c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

benchmark/streamly-benchmarks.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,11 @@ common bench-depends
197197
, tasty-bench >= 0.3 && < 0.5
198198
, tasty >= 1.4.1 && < 1.6
199199
, streamly-core
200-
, bench-test-lib
201200

202201
if !flag(use-streamly-core)
203-
build-depends: streamly
202+
build-depends:
203+
streamly
204+
, bench-test-lib
204205

205206
if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc < 8.6)
206207
build-depends:

0 commit comments

Comments
 (0)