We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0067ba2 commit 0c93d79Copy full SHA for 0c93d79
1 file changed
packdiff.cabal
@@ -37,8 +37,8 @@ library
37
, Diff
38
, Pretty
39
-- other-extensions:
40
- build-depends: base >= 4.10 && < 4.22
41
- , streamly-core >= 0.1.0
+ build-depends: base >= 4.10 && < 4.23
+ , streamly-core >= 0.1.0 && < 0.4
42
, containers >= 0.6 && < 0.9
43
hs-source-dirs: src
44
default-language: Haskell2010
@@ -49,7 +49,7 @@ executable packdiff
49
50
build-depends: base
51
, streamly-core
52
- , streamly-process >= 0.3.1
+ , streamly-process >= 0.3.1 && < 0.5
53
, packdiff
54
, containers
55
hs-source-dirs: cli
0 commit comments