88#
99# For more information, see https://github.com/haskell-CI/haskell-ci
1010#
11- # version: 0.19.20250315
11+ # version: 0.19.20250506
1212#
13- # REGENDATA ("0.19.20250315 ",["github","--config=cabal.haskell-ci","cabal.project"])
13+ # REGENDATA ("0.19.20250506 ",["github","--config=cabal.haskell-ci","cabal.project"])
1414#
1515name : Haskell-CI
1616on :
@@ -32,19 +32,19 @@ jobs:
3232 strategy :
3333 matrix :
3434 include :
35- - compiler : ghc-9.10.1
35+ - compiler : ghc-9.10.2
3636 compilerKind : ghc
37- compilerVersion : 9.10.1
37+ compilerVersion : 9.10.2
3838 setup-method : ghcup
3939 allow-failure : false
40- - compiler : ghc-9.8.2
40+ - compiler : ghc-9.8.4
4141 compilerKind : ghc
42- compilerVersion : 9.8.2
42+ compilerVersion : 9.8.4
4343 setup-method : ghcup
4444 allow-failure : false
45- - compiler : ghc-9.6.5
45+ - compiler : ghc-9.6.7
4646 compilerKind : ghc
47- compilerVersion : 9.6.5
47+ compilerVersion : 9.6.7
4848 setup-method : ghcup
4949 allow-failure : false
5050 - compiler : ghc-9.4.8
@@ -96,12 +96,12 @@ jobs:
9696 - name : Install GHCup
9797 run : |
9898 mkdir -p "$HOME/.ghcup/bin"
99- curl -sL https://downloads.haskell.org/ghcup/0.1.40.0 /x86_64-linux-ghcup-0.1.40.0 > "$HOME/.ghcup/bin/ghcup"
99+ curl -sL https://downloads.haskell.org/ghcup/0.1.50.1 /x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
100100 chmod a+x "$HOME/.ghcup/bin/ghcup"
101101 - name : Install cabal-install
102102 run : |
103- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
104- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
103+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14.2 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
104+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
105105 - name : Install GHC (GHCup)
106106 if : matrix.setup-method == 'ghcup'
107107 run : |
0 commit comments