We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7c8bb commit c26d370Copy full SHA for c26d370
streamly-lz4.cabal
@@ -81,7 +81,7 @@ test-suite test-lz4
81
, streamly-core == 0.1.0.*
82
, base >= 4 && < 5
83
, QuickCheck >= 2.13.1 && < 2.15
84
- , hspec >= 2.7 && < 2.9
+ , hspec >= 2.7 && < 2.11
85
, temporary >= 1.3 && < 1.4
86
ghc-options: -fno-ignore-asserts -Wall -rtsopts +RTS -M200M -RTS
87
default-language: Haskell2010
@@ -97,7 +97,7 @@ benchmark bench-lz4
97
98
99
, gauge >= 0.2.5 && < 0.2.6
100
- , directory >= 1.3.0 && < 1.3.8
+ , directory >= 1.3 && < 1.4
101
ghc-options: -Wall
102
103
default-extensions: TypeInType
0 commit comments