Skip to content

Commit c26d370

Browse files
committed
fixup! fixup! Support GHC 9.4.2
1 parent 0d7c8bb commit c26d370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

streamly-lz4.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test-suite test-lz4
8181
, streamly-core == 0.1.0.*
8282
, base >= 4 && < 5
8383
, QuickCheck >= 2.13.1 && < 2.15
84-
, hspec >= 2.7 && < 2.9
84+
, hspec >= 2.7 && < 2.11
8585
, temporary >= 1.3 && < 1.4
8686
ghc-options: -fno-ignore-asserts -Wall -rtsopts +RTS -M200M -RTS
8787
default-language: Haskell2010
@@ -97,7 +97,7 @@ benchmark bench-lz4
9797
, streamly-core == 0.1.0.*
9898
, base >= 4 && < 5
9999
, gauge >= 0.2.5 && < 0.2.6
100-
, directory >= 1.3.0 && < 1.3.8
100+
, directory >= 1.3 && < 1.4
101101
ghc-options: -Wall
102102
default-language: Haskell2010
103103
default-extensions: TypeInType

0 commit comments

Comments
 (0)