Skip to content

Commit c9b07fe

Browse files
Allow streamly-core-0.2.0
1 parent ee1007d commit c9b07fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packdiff.cabal

Lines changed: 2 additions & 2 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-core == 0.1.0.*
41+
, streamly-core >= 0.1.0
4242
, containers >= 0.6 && < 0.7
4343
hs-source-dirs: src
4444
default-language: Haskell2010
@@ -48,7 +48,7 @@ executable packdiff
4848
main-is: Main.hs
4949
-- other-extensions:
5050
build-depends: base >= 4.10 && < 4.17
51-
, streamly-core == 0.1.0.*
51+
, streamly-core >= 0.1.0
5252
, streamly-process == 0.3.0.*
5353
, packdiff
5454
, containers

0 commit comments

Comments
 (0)