Skip to content

Commit

Permalink
Bump to base < 4.21 (to support GHC 9.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed May 16, 2024
1 parent 9296a92 commit d74bba2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- { os: windows-latest, arch: x64 }
ghc-version:
- 'latest'
- '9.10'
- '9.8'
- '9.6'
- '9.4'
Expand Down
2 changes: 1 addition & 1 deletion process.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ library

ghc-options: -Wall

build-depends: base >= 4.10 && < 4.20,
build-depends: base >= 4.10 && < 4.21,
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.20,
base >= 4.10 && < 4.21,
directory >= 1.1 && < 1.4,
filepath >= 1.2 && < 1.6,
Cabal >= 2.4 && < 3.12,
Expand Down

0 comments on commit d74bba2

Please sign in to comment.