We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a0577f + da1d73b commit 6aff204Copy full SHA for 6aff204
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
strategy:
72
matrix:
73
include:
74
- - ghc-version: '9.8.1'
+ - ghc-version: '9.10.1'
75
os: ubuntu-latest
76
77
steps:
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### NEXT_RELEASE
2
+
3
+* Support GHC 9.10
4
5
### 0.9.0.8
6
7
* Support GHC 9.8
hint.cabal
@@ -24,6 +24,7 @@ tested-with: ghc == 8.10.7
24
, ghc == 9.4.5
25
, ghc == 9.6.1
26
, ghc == 9.8.1
27
+ , ghc == 9.10.1
28
29
cabal-version: >= 1.10
30
build-type: Simple
@@ -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,
78
ghc-boot,
79
transformers,
0 commit comments