Skip to content

Commit

Permalink
Allow streamly-core-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 6, 2023
1 parent ee1007d commit c9b07fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packdiff.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library
, Pretty
-- other-extensions:
build-depends: base >= 4.10 && < 4.17
, streamly-core == 0.1.0.*
, streamly-core >= 0.1.0
, containers >= 0.6 && < 0.7
hs-source-dirs: src
default-language: Haskell2010
Expand All @@ -48,7 +48,7 @@ executable packdiff
main-is: Main.hs
-- other-extensions:
build-depends: base >= 4.10 && < 4.17
, streamly-core == 0.1.0.*
, streamly-core >= 0.1.0
, streamly-process == 0.3.0.*
, packdiff
, containers
Expand Down

0 comments on commit c9b07fe

Please sign in to comment.