Skip to content

Commit 5b5272f

Browse files
committed
Fix versions constraints for streamly and streamly-process
1 parent 91e139e commit 5b5272f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packdiff.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ library
3838
, Pretty
3939
-- other-extensions:
4040
build-depends: base >= 4.10 && < 4.17
41-
, streamly
41+
, streamly == 0.9.0.*
4242
, containers >= 0.6 && < 0.7
4343
hs-source-dirs: src
4444
default-language: Haskell2010
@@ -48,8 +48,8 @@ executable packdiff
4848
main-is: Main.hs
4949
-- other-extensions:
5050
build-depends: base >= 4.10 && < 4.17
51-
, streamly
52-
, streamly-process >= 0.2.0 && < 0.3.0
51+
, streamly == 0.9.0.*
52+
, streamly-process == 0.2.0.*
5353
, packdiff
5454
hs-source-dirs: cli
5555
default-language: Haskell2010

0 commit comments

Comments
 (0)