Skip to content

Commit 6aff204

Browse files
authored
Merge pull request #173 from haskell-hint/ghc_910_support
Add support for GHC 9.10
2 parents 0a0577f + da1d73b commit 6aff204

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
matrix:
7373
include:
74-
- ghc-version: '9.8.1'
74+
- ghc-version: '9.10.1'
7575
os: ubuntu-latest
7676

7777
steps:

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### NEXT_RELEASE
2+
3+
* Support GHC 9.10
4+
15
### 0.9.0.8
26

37
* Support GHC 9.8

hint.cabal

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ tested-with: ghc == 8.10.7
2424
, ghc == 9.4.5
2525
, ghc == 9.6.1
2626
, ghc == 9.8.1
27+
, ghc == 9.10.1
2728

2829
cabal-version: >= 1.10
2930
build-type: Simple
@@ -72,7 +73,7 @@ library
7273
default-language: Haskell2010
7374
build-depends: base == 4.*,
7475
containers,
75-
ghc >= 8.4 && < 9.9,
76+
ghc >= 8.4 && < 9.11,
7677
ghc-paths,
7778
ghc-boot,
7879
transformers,

0 commit comments

Comments
 (0)