File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 8686 fail-fast : false
8787 matrix :
8888 name :
89+ - 9.14.1
8990 - 9.12.1
9091 - 9.10.1
9192 - 9.8.1
@@ -101,6 +102,12 @@ jobs:
101102 - 8.2.2
102103 - 8.0.2
103104 include :
105+ - name : 9.14.1
106+ ghc-version : 9.14.1
107+ command : cabal-v2
108+ runner : ubuntu-latest
109+ cabal-version : 3.14.1.1
110+
104111 - name : 9.12.1
105112 ghc-version : 9.12.1
106113 command : cabal-v2
Original file line number Diff line number Diff line change 11## (Unreleased)
22
3+ * Support GHC 9.14: allow ` base 4.22 `
34* Support GHC 9.12: allow ` base 4.21 ` and ` ghc-prim 0.13 `
45* Support GHC 9.4 and 9.6: allow ` base 4.18 ` and ` ghc-prim 0.10 `
56* Support ` unicode-data 0.4 `
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ tested-with: GHC==8.0.2
2727 , GHC== 9.8.1
2828 , GHC== 9.10.1
2929 , GHC== 9.12.1
30+ , GHC== 9.14.1
3031build-type : Simple
3132extra-doc-files :
3233 Changelog.md
@@ -88,7 +89,7 @@ library
8889 hs-source-dirs : .
8990 ghc-options : -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
9091 build-depends :
91- base >= 4.8 && < 4.22
92+ base >= 4.8 && < 4.23
9293 , unicode-data >= 0.2 && < 0.9
9394 , bytestring >= 0.9 && < 0.13
9495 , ghc-prim >= 0.2 && < 0.14
You can’t perform that action at this time.
0 commit comments