Skip to content

Commit

Permalink
Merge pull request #335 from haskell/wip/bounds-bump
Browse files Browse the repository at this point in the history
Bump base bound to allow GHC 9.12
  • Loading branch information
bgamari authored Jan 24, 2025
2 parents 166971f + cf5e5fb commit 72f94b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion process.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ library

ghc-options: -Wall

build-depends: base >= 4.10 && < 4.21,
build-depends: base >= 4.10 && < 4.22,
directory >= 1.1 && < 1.4,
filepath >= 1.2 && < 1.6,
deepseq >= 1.1 && < 1.6
2 changes: 1 addition & 1 deletion test/process-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ common process-dep

custom-setup
setup-depends:
base >= 4.10 && < 4.21,
base >= 4.10 && < 4.22,
directory >= 1.1 && < 1.4,
filepath >= 1.2 && < 1.6,
Cabal >= 2.4 && < 3.14,
Expand Down

0 comments on commit 72f94b0

Please sign in to comment.