File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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#
1515name : Haskell-CI
1616on :
@@ -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
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ build-type: Simple
1717
1818tested-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 :
You can’t perform that action at this time.
0 commit comments