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 30
30
strategy :
31
31
matrix :
32
32
include :
33
+ - compiler : ghc-9.12.2
34
+ compilerKind : ghc
35
+ compilerVersion : 9.12.2
36
+ setup-method : ghcup
37
+ allow-failure : false
33
38
- compiler : ghc-9.10.2
34
39
compilerKind : ghc
35
40
compilerVersion : 9.10.2
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ tested-with:
33
33
|| == 9.6.7
34
34
|| == 9.8.4
35
35
|| == 9.10.2
36
+ || == 9.12.2
36
37
37
38
extra-source-files :
38
39
Changelog.md
@@ -65,7 +66,7 @@ library
65
66
66
67
-- GHC-boot libraries
67
68
build-depends :
68
- , base >= 4.13.0.0 && < 4.21
69
+ , base >= 4.13.0.0 && < 4.22
69
70
, binary ^>= 0.8.7.0
70
71
, bytestring ^>= 0.10.10.1 || ^>= 0.11.1.0 || ^>= 0.12.0.2
71
72
, Cabal-syntax ^>= 3.14.2.0
@@ -76,7 +77,7 @@ library
76
77
, parsec ^>= 3.1.14.0
77
78
, pretty ^>= 1.1.3.6
78
79
, 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
80
81
, transformers ^>= 0.5.6.2 || ^>= 0.6.1.0
81
82
82
83
-- extra dependencies
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ tested-with:
34
34
|| == 9.6.7
35
35
|| == 9.8.4
36
36
|| == 9.10.2
37
+ || == 9.12.2
37
38
38
39
extra-source-files : CHANGELOG.md
39
40
extra-source-files :
@@ -154,7 +155,7 @@ library haskell-ci-internal
154
155
ViewPatterns
155
156
156
157
build-depends :
157
- , base >= 4.13 && < 4.21
158
+ , base >= 4.13 && < 4.22
158
159
, binary ^>= 0.8.7.0
159
160
, bytestring ^>= 0.10.10.1 || ^>= 0.11.1.0 || ^>= 0.12.0.2
160
161
, Cabal-syntax ^>= 3.14.2.0
Original file line number Diff line number Diff line change 19
19
20
20
CFG_CABAL_STORE_CACHE=" "
21
21
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"
23
23
CFG_CABAL_UPDATE=false
24
24
25
25
SCRIPT_NAME=$( basename " $0 " )
You can’t perform that action at this time.
0 commit comments