Skip to content

Commit

Permalink
Update base bounds to allow GHC-9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Jun 26, 2024
1 parent c9b07fe commit c78a4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packdiff.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library
, Diff
, Pretty
-- other-extensions:
build-depends: base >= 4.10 && < 4.17
build-depends: base >= 4.10 && < 4.20
, streamly-core >= 0.1.0
, containers >= 0.6 && < 0.7
hs-source-dirs: src
Expand All @@ -47,7 +47,7 @@ executable packdiff
import: compile-options
main-is: Main.hs
-- other-extensions:
build-depends: base >= 4.10 && < 4.17
build-depends: base >= 4.10 && < 4.20
, streamly-core >= 0.1.0
, streamly-process == 0.3.0.*
, packdiff
Expand Down

0 comments on commit c78a4cd

Please sign in to comment.