Skip to content

Commit

Permalink
Merge pull request #173 from haskell-hint/ghc_910_support
Browse files Browse the repository at this point in the history
Add support for GHC 9.10
  • Loading branch information
gelisam authored Aug 25, 2024
2 parents 0a0577f + da1d73b commit 6aff204
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
include:
- ghc-version: '9.8.1'
- ghc-version: '9.10.1'
os: ubuntu-latest

steps:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### NEXT_RELEASE

* Support GHC 9.10

### 0.9.0.8

* Support GHC 9.8
Expand Down
3 changes: 2 additions & 1 deletion hint.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ tested-with: ghc == 8.10.7
, ghc == 9.4.5
, ghc == 9.6.1
, ghc == 9.8.1
, ghc == 9.10.1

cabal-version: >= 1.10
build-type: Simple
Expand Down Expand Up @@ -72,7 +73,7 @@ library
default-language: Haskell2010
build-depends: base == 4.*,
containers,
ghc >= 8.4 && < 9.9,
ghc >= 8.4 && < 9.11,
ghc-paths,
ghc-boot,
transformers,
Expand Down

0 comments on commit 6aff204

Please sign in to comment.