Skip to content

Commit c78a4cd

Browse files
Update base bounds to allow GHC-9.8
1 parent c9b07fe commit c78a4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packdiff.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library
3737
, Diff
3838
, Pretty
3939
-- other-extensions:
40-
build-depends: base >= 4.10 && < 4.17
40+
build-depends: base >= 4.10 && < 4.20
4141
, streamly-core >= 0.1.0
4242
, containers >= 0.6 && < 0.7
4343
hs-source-dirs: src
@@ -47,7 +47,7 @@ executable packdiff
4747
import: compile-options
4848
main-is: Main.hs
4949
-- other-extensions:
50-
build-depends: base >= 4.10 && < 4.17
50+
build-depends: base >= 4.10 && < 4.20
5151
, streamly-core >= 0.1.0
5252
, streamly-process == 0.3.0.*
5353
, packdiff

0 commit comments

Comments
 (0)