We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6581cf2 commit bda82a0Copy full SHA for bda82a0
1 file changed
packdiff.cabal
@@ -37,18 +37,18 @@ library
37
, Diff
38
, Pretty
39
-- other-extensions:
40
- build-depends: base >= 4.10 && < 4.20
+ build-depends: base >= 4.10 && < 4.22
41
, streamly-core >= 0.1.0
42
- , containers >= 0.6 && < 0.7
+ , containers >= 0.6 && < 0.9
43
hs-source-dirs: src
44
default-language: Haskell2010
45
46
executable packdiff
47
import: compile-options
48
main-is: Main.hs
49
50
51
- , streamly-core >= 0.1.0
+ build-depends: base
+ , streamly-core
52
, streamly-process >= 0.3.1
53
, packdiff
54
, containers
0 commit comments