Skip to content

Commit bda82a0

Browse files
Update the upper bound of base
1 parent 6581cf2 commit bda82a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packdiff.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ library
3737
, Diff
3838
, Pretty
3939
-- other-extensions:
40-
build-depends: base >= 4.10 && < 4.20
40+
build-depends: base >= 4.10 && < 4.22
4141
, streamly-core >= 0.1.0
42-
, containers >= 0.6 && < 0.7
42+
, containers >= 0.6 && < 0.9
4343
hs-source-dirs: src
4444
default-language: Haskell2010
4545

4646
executable packdiff
4747
import: compile-options
4848
main-is: Main.hs
4949
-- other-extensions:
50-
build-depends: base >= 4.10 && < 4.20
51-
, streamly-core >= 0.1.0
50+
build-depends: base
51+
, streamly-core
5252
, streamly-process >= 0.3.1
5353
, packdiff
5454
, containers

0 commit comments

Comments
 (0)