diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d3538b..3345682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: - "8.10.7" - "9.0.2" - "9.2.3" + - "9.4.4" # exclude: # - os: macOS-latest # ghc: 8.8.4 @@ -93,6 +94,7 @@ jobs: - "8.10.7" - "9.0.2" - "9.2.3" + - "9.4.4" steps: - uses: actions/checkout@v2 diff --git a/ChangeLog.md b/ChangeLog.md index 4e1abe6..c4b9da2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # Revision history for sendgrid-v3 +## Unreleased +- Niclas Åhdén: Build with GHC 9.4.4 (#29) (d93fa06) + ## 1.0.0.0 -- 2022-06-27 - Aditya Manthramurthy: Skip running tests in CI if API keys are not set (#27) (565d5a1) diff --git a/sendgrid-v3.cabal b/sendgrid-v3.cabal index b4dc84c..7e8b108 100644 --- a/sendgrid-v3.cabal +++ b/sendgrid-v3.cabal @@ -19,6 +19,7 @@ tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.3 + || ==9.4.4 source-repository head type: git location: https://github.com/marcelbuesing/sendgrid-v3 @@ -29,7 +30,7 @@ library -- other-extensions: build-depends: aeson >= 1.3.0 , containers - , base >=4.8 && < 4.17 + , base >=4.8 && < 4.18 , lens >= 4.13 , semigroups >= 0.18 , text >= 1.2