From 8275af37aee8d8e2cdb8567eb9c85c900cd6c75e Mon Sep 17 00:00:00 2001 From: David Binder Date: Mon, 17 Jun 2024 18:26:29 +0200 Subject: [PATCH] Add support for GHC 9.10.1 Bump upper bound on base to include 4.21 and include GHC 9.10.1 to the version tested in CI. --- .github/workflows/packcheck.yml | 7 +++++++ unicode-transforms.cabal | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/packcheck.yml b/.github/workflows/packcheck.yml index 74fd5d0..9497269 100644 --- a/.github/workflows/packcheck.yml +++ b/.github/workflows/packcheck.yml @@ -86,6 +86,7 @@ jobs: fail-fast: false matrix: name: + - 9.10.1 - 9.8.1 - 9.6.3 - 9.4.7 @@ -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 diff --git a/unicode-transforms.cabal b/unicode-transforms.cabal index 12eb115..a0a477a 100644 --- a/unicode-transforms.cabal +++ b/unicode-transforms.cabal @@ -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 @@ -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