We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2871e16 commit 8f003e4Copy full SHA for 8f003e4
1 file changed
test/streamly-tests.cabal
@@ -150,21 +150,21 @@ common optimization-options
150
common test-dependencies
151
build-depends:
152
streamly-core
153
- , base >= 4.9 && < 4.22
154
- , containers >= 0.5 && < 0.8
+ , base >= 4.9 && < 4.23
+ , containers >= 0.5 && < 0.9
155
, exceptions >= 0.8 && < 0.11
156
, ghc
157
, hspec >= 2.0 && < 2.12
158
- , mtl >= 2.2 && < 2.3.2
159
- , random >= 1.0.0 && < 1.3
+ , mtl >= 2.2 && < 2.4
+ , random >= 1.0.0 && < 1.4
160
, transformers >= 0.4 && < 0.7
161
- , QuickCheck >= 2.13 && < 2.16
162
- , directory >= 1.2.2 && < 1.4
+ , QuickCheck >= 2.13 && < 2.19
+ , directory >= 1.2.2 && < 1.5
163
, filepath >= 1.4.1 && < 1.6
164
, temporary >= 1.3 && < 1.4
165
, network >= 3.1 && < 3.3
166
, scientific >= 0.0 && < 0.4
167
- , template-haskell >= 2.12 && < 2.24
+ , template-haskell >= 2.12 && < 2.25
168
169
if !flag(use-streamly-core)
170
build-depends: streamly
0 commit comments