Skip to content

Commit 03aafb4

Browse files
committed
Bump CI to 9.4.3 and 9.2.5, exclude mtl-2.3
1 parent d669d04 commit 03aafb4

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.15.20220808
11+
# version: 0.15.202211107
1212
#
13-
# REGENDATA ("0.15.20220808",["github","hackage-cli.cabal"])
13+
# REGENDATA ("0.15.202211107",["github","hackage-cli.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -32,14 +32,14 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35-
- compiler: ghc-9.4.1
35+
- compiler: ghc-9.4.3
3636
compilerKind: ghc
37-
compilerVersion: 9.4.1
37+
compilerVersion: 9.4.3
3838
setup-method: ghcup
3939
allow-failure: false
40-
- compiler: ghc-9.2.4
40+
- compiler: ghc-9.2.5
4141
compilerKind: ghc
42-
compilerVersion: 9.2.4
42+
compilerVersion: 9.2.5
4343
setup-method: ghcup
4444
allow-failure: false
4545
- compiler: ghc-9.0.2

hackage-cli.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ build-type: Simple
1717

1818
tested-with:
1919
-- Keep in descending order.
20-
GHC == 9.4.1
21-
GHC == 9.2.4
20+
GHC == 9.4.3
21+
GHC == 9.2.5
2222
GHC == 9.0.2
2323
GHC == 8.10.7
2424
GHC == 8.8.4
@@ -47,7 +47,7 @@ library cabal-revisions
4747
, bytestring >= 0.10.4.0 && < 0.12
4848
, Cabal >= 3.4 && < 3.10
4949
, containers >= 0.5.0.0 && < 0.7
50-
, mtl >= 2.2.2 && < 2.4
50+
, mtl >= 2.2.2 && < 2.3 || >= 2.3.1 && < 2.4
5151
, pretty ^>= 1.1.2
5252

5353
exposed-modules:

0 commit comments

Comments
 (0)