Skip to content

Commit 0c93d79

Browse files
Update the upper bounds of dependencies
1 parent 0067ba2 commit 0c93d79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packdiff.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ library
3737
, Diff
3838
, Pretty
3939
-- other-extensions:
40-
build-depends: base >= 4.10 && < 4.22
41-
, streamly-core >= 0.1.0
40+
build-depends: base >= 4.10 && < 4.23
41+
, streamly-core >= 0.1.0 && < 0.4
4242
, containers >= 0.6 && < 0.9
4343
hs-source-dirs: src
4444
default-language: Haskell2010
@@ -49,7 +49,7 @@ executable packdiff
4949
-- other-extensions:
5050
build-depends: base
5151
, streamly-core
52-
, streamly-process >= 0.3.1
52+
, streamly-process >= 0.3.1 && < 0.5
5353
, packdiff
5454
, containers
5555
hs-source-dirs: cli

0 commit comments

Comments
 (0)