Skip to content

Commit

Permalink
Build with GHC 9.4.4 (base 4.17) (#29)
Browse files Browse the repository at this point in the history
* Support GHC 9.4.4 (base 4.17)

* Add changelog entry
  • Loading branch information
niclas-ahden authored Apr 4, 2023
1 parent db0b2e9 commit 12621a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
- "8.10.7"
- "9.0.2"
- "9.2.3"
- "9.4.4"

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 2 additions & 1 deletion sendgrid-v3.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 12621a2

Please # to comment.