Skip to content

Commit 8f003e4

Browse files
Update dependency bounds on test deps
1 parent 2871e16 commit 8f003e4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

test/streamly-tests.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,21 +150,21 @@ common optimization-options
150150
common test-dependencies
151151
build-depends:
152152
streamly-core
153-
, base >= 4.9 && < 4.22
154-
, containers >= 0.5 && < 0.8
153+
, base >= 4.9 && < 4.23
154+
, containers >= 0.5 && < 0.9
155155
, exceptions >= 0.8 && < 0.11
156156
, ghc
157157
, hspec >= 2.0 && < 2.12
158-
, mtl >= 2.2 && < 2.3.2
159-
, random >= 1.0.0 && < 1.3
158+
, mtl >= 2.2 && < 2.4
159+
, random >= 1.0.0 && < 1.4
160160
, transformers >= 0.4 && < 0.7
161-
, QuickCheck >= 2.13 && < 2.16
162-
, directory >= 1.2.2 && < 1.4
161+
, QuickCheck >= 2.13 && < 2.19
162+
, directory >= 1.2.2 && < 1.5
163163
, filepath >= 1.4.1 && < 1.6
164164
, temporary >= 1.3 && < 1.4
165165
, network >= 3.1 && < 3.3
166166
, scientific >= 0.0 && < 0.4
167-
, template-haskell >= 2.12 && < 2.24
167+
, template-haskell >= 2.12 && < 2.25
168168

169169
if !flag(use-streamly-core)
170170
build-depends: streamly

0 commit comments

Comments
 (0)