File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3738extra-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
Original file line number Diff line number Diff 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
3839extra-source-files : CHANGELOG.md
3940extra-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
Original file line number Diff line number Diff line change 1919
2020CFG_CABAL_STORE_CACHE=" "
2121CFG_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"
2323CFG_CABAL_UPDATE=false
2424
2525SCRIPT_NAME=$( basename " $0 " )
You can’t perform that action at this time.
0 commit comments