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 ee1007d commit c9b07feCopy full SHA for c9b07fe
packdiff.cabal
@@ -38,7 +38,7 @@ library
38
, Pretty
39
-- other-extensions:
40
build-depends: base >= 4.10 && < 4.17
41
- , streamly-core == 0.1.0.*
+ , streamly-core >= 0.1.0
42
, containers >= 0.6 && < 0.7
43
hs-source-dirs: src
44
default-language: Haskell2010
@@ -48,7 +48,7 @@ executable packdiff
48
main-is: Main.hs
49
50
51
52
, streamly-process == 0.3.0.*
53
, packdiff
54
, containers
0 commit comments