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