Skip to content

Commit

Permalink
Add support for GHC 9.10.1
Browse files Browse the repository at this point in the history
Bump upper bound on base to include 4.21 and
include GHC 9.10.1 to the version tested in CI.
  • Loading branch information
BinderDavid committed Jun 17, 2024
1 parent b81da61 commit 8275af3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
fail-fast: false
matrix:
name:
- 9.10.1
- 9.8.1
- 9.6.3
- 9.4.7
Expand All @@ -99,6 +100,12 @@ jobs:
- 8.2.2
- 8.0.2
include:
- name: 9.10.1
ghc-version: 9.10.1
command: cabal-v2
runner: ubuntu-latest
cabal-version: 3.10.1.0

- name: 9.8.1
ghc-version: 9.8.1
command: cabal-v2
Expand Down
3 changes: 2 additions & 1 deletion unicode-transforms.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ tested-with: GHC==8.0.2
, GHC==9.4.7
, GHC==9.6.3
, GHC==9.8.1
, GHC==9.10.1
build-type: Simple
extra-source-files:
Changelog.md
Expand Down Expand Up @@ -85,7 +86,7 @@ library
hs-source-dirs: .
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
build-depends:
base >= 4.8 && < 4.20
base >= 4.8 && < 4.21
, unicode-data >= 0.2 && < 0.5
, bytestring >= 0.9 && < 0.13
, ghc-prim >= 0.2 && < 0.12
Expand Down

0 comments on commit 8275af3

Please sign in to comment.