Skip to content

Commit 3b95f53

Browse files
authored
Merge pull request #786 from haskell-CI/ghc-9.12
Compile with GHC-9.12
2 parents 11d776e + a99bb1c commit 3b95f53

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
strategy:
3131
matrix:
3232
include:
33+
- compiler: ghc-9.12.2
34+
compilerKind: ghc
35+
compilerVersion: 9.12.2
36+
setup-method: ghcup
37+
allow-failure: false
3338
- compiler: ghc-9.10.2
3439
compilerKind: ghc
3540
compilerVersion: 9.10.2

cabal-install-parsers/cabal-install-parsers.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ tested-with:
3333
|| ==9.6.7
3434
|| ==9.8.4
3535
|| ==9.10.2
36+
|| ==9.12.2
3637

3738
extra-source-files:
3839
Changelog.md
@@ -65,7 +66,7 @@ library
6566

6667
-- GHC-boot libraries
6768
build-depends:
68-
, base >=4.13.0.0 && <4.21
69+
, base >=4.13.0.0 && <4.22
6970
, binary ^>=0.8.7.0
7071
, bytestring ^>=0.10.10.1 || ^>=0.11.1.0 || ^>=0.12.0.2
7172
, Cabal-syntax ^>=3.14.2.0
@@ -76,7 +77,7 @@ library
7677
, parsec ^>=3.1.14.0
7778
, pretty ^>=1.1.3.6
7879
, text ^>=1.2.4.0 || ^>=2.0.1 || ^>=2.1
79-
, time ^>=1.9.3 || ^>=1.11.1.1 || ^>=1.12.2
80+
, time ^>=1.9.3 || ^>=1.11.1.1 || ^>=1.12.2 || ^>=1.14
8081
, transformers ^>=0.5.6.2 || ^>=0.6.1.0
8182

8283
-- extra dependencies

haskell-ci.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tested-with:
3434
|| ==9.6.7
3535
|| ==9.8.4
3636
|| ==9.10.2
37+
|| ==9.12.2
3738

3839
extra-source-files: CHANGELOG.md
3940
extra-source-files:
@@ -154,7 +155,7 @@ library haskell-ci-internal
154155
ViewPatterns
155156

156157
build-depends:
157-
, base >=4.13 && <4.21
158+
, base >=4.13 && <4.22
158159
, binary ^>=0.8.7.0
159160
, bytestring ^>=0.10.10.1 || ^>=0.11.1.0 || ^>=0.12.0.2
160161
, Cabal-syntax ^>=3.14.2.0

haskell-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919

2020
CFG_CABAL_STORE_CACHE=""
2121
CFG_CABAL_REPO_CACHE=""
22-
CFG_JOBS="9.10.2 9.8.4 9.6.7 9.4.8 9.2.8 9.0.2 8.10.7 8.8.4"
22+
CFG_JOBS="9.12.2 9.10.2 9.8.4 9.6.7 9.4.8 9.2.8 9.0.2 8.10.7 8.8.4"
2323
CFG_CABAL_UPDATE=false
2424

2525
SCRIPT_NAME=$(basename "$0")

0 commit comments

Comments
 (0)