Skip to content

Commit b0f1d26

Browse files
Update dependency version bounds
1 parent ba00db0 commit b0f1d26

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

streaming-benchmarks.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@ common lib-options
9393
-O2
9494
build-depends:
9595
base == 4.*,
96-
deepseq >= 1.4.4 && < 1.5,
96+
deepseq >= 1.4.4 && < 1.6,
9797
mtl >= 2.2.2 && < 2.4,
9898
random >= 1.0 && < 2.0,
9999
transformers >= 0.5.5 && < 0.7,
100-
template-haskell >= 2.14 && < 2.20
100+
template-haskell >= 2.14 && < 2.23
101101
if flag(use-gauge)
102102
build-depends: gauge >= 0.2.4 && < 0.3
103103
else
104-
build-depends: tasty-bench >= 0.3 && < 0.4
105-
, tasty >= 1.4.1 && < 1.5
104+
build-depends: tasty-bench >= 0.3 && < 0.5
105+
, tasty >= 1.4.1 && < 1.6
106106
mixins: tasty-bench
107107
(Test.Tasty.Bench as Gauge
108108
, Test.Tasty.Bench as Gauge.Main
@@ -124,7 +124,7 @@ common streamly-options
124124
if !flag(no-fusion-plugin)
125125
ghc-options: -fplugin Fusion.Plugin
126126
build-depends:
127-
streamly-core >= 0.1.0 && < 0.2
127+
streamly-core >= 0.1.0 && < 0.3.1
128128
if !flag(no-fusion-plugin)
129129
build-depends: fusion-plugin >= 0.2 && < 0.3
130130

@@ -234,21 +234,21 @@ benchmark Sequence
234234
type: exitcode-stdio-1.0
235235
main-is: Benchmarks/Sequence.hs
236236
ghc-options: -main-is Benchmarks.Sequence
237-
build-depends: containers >= 0.5 && < 0.7
237+
build-depends: containers >= 0.5 && < 0.8
238238

239239
benchmark ByteString
240240
import: bench-options
241241
type: exitcode-stdio-1.0
242242
main-is: Benchmarks/ByteString.hs
243243
ghc-options: -main-is Benchmarks.ByteString
244-
build-depends: bytestring >= 0.9 && < 0.12
244+
build-depends: bytestring >= 0.9 && < 0.13
245245

246246
benchmark ByteStringLazy
247247
import: bench-options
248248
type: exitcode-stdio-1.0
249249
main-is: Benchmarks/ByteStringLazy.hs
250250
ghc-options: -main-is Benchmarks.ByteStringLazy
251-
build-depends: bytestring >= 0.9 && < 0.12
251+
build-depends: bytestring >= 0.9 && < 0.13
252252

253253
benchmark Text
254254
import: bench-options

0 commit comments

Comments
 (0)