Skip to content

Commit eefe9d1

Browse files
Update dependency bounds on benchmarks
1 parent 8f003e4 commit eefe9d1

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

benchmark/streamly-benchmarks.cabal

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -174,23 +174,23 @@ common bench-depends
174174
-- Core libraries shipped with ghc, the min and max
175175
-- constraints of these libraries should match with
176176
-- the GHC versions we support
177-
base >= 4.9 && < 4.22
177+
base >= 4.9 && < 4.23
178178
, deepseq >= 1.4.1 && < 1.6
179-
, mtl >= 2.2 && < 2.3.2
179+
, mtl >= 2.2 && < 2.4
180180

181181
-- other libraries
182182
, exceptions >= 0.8 && < 0.11
183183
, random >= 1.0 && < 2.0
184184
, transformers >= 0.4 && < 0.7
185-
, containers >= 0.5 && < 0.8
185+
, containers >= 0.5 && < 0.9
186186
, hashable >= 1.3 && < 1.6
187187
, unordered-containers >= 0.2 && < 0.3
188188
, process >= 1.4 && < 1.7
189-
, directory >= 1.2.2 && < 1.4
190-
, filepath >= 1.4.1 && < 1.6
191-
, ghc-prim >= 0.4 && < 0.14
192-
, tasty-bench >= 0.3 && < 0.5
193-
, tasty >= 1.4.1 && < 1.6
189+
, directory >= 1.2.2 && < 1.4
190+
, filepath >= 1.4.1 && < 1.6
191+
, ghc-prim >= 0.4 && < 0.14
192+
, tasty-bench >= 0.3 && < 0.6
193+
, tasty >= 1.4.1 && < 1.6
194194
, streamly-core
195195

196196
if !flag(use-streamly-core)
@@ -202,8 +202,9 @@ common bench-depends
202202
build-depends:
203203
fusion-plugin >= 0.2 && < 0.3
204204
if flag(inspection)
205-
build-depends: template-haskell >= 2.14 && < 2.24
206-
, inspection-testing >= 0.4 && < 0.7
205+
build-depends:
206+
template-haskell >= 2.14 && < 2.25
207+
, inspection-testing >= 0.4 && < 0.7
207208
-- Array uses a Storable constraint in dev build making several inspection
208209
-- tests fail
209210
if flag(dev) && flag(inspection)

0 commit comments

Comments
 (0)