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 :
@@ -37,19 +37,19 @@ jobs:
3737 compilerVersion : 9.12.2
3838 setup-method : ghcup
3939 allow-failure : false
40- - compiler : ghc-9.10.1
40+ - compiler : ghc-9.10.2
4141 compilerKind : ghc
42- compilerVersion : 9.10.1
42+ compilerVersion : 9.10.2
4343 setup-method : ghcup
4444 allow-failure : false
4545 - compiler : ghc-9.8.4
4646 compilerKind : ghc
4747 compilerVersion : 9.8.4
4848 setup-method : ghcup
4949 allow-failure : false
50- - compiler : ghc-9.6.6
50+ - compiler : ghc-9.6.7
5151 compilerKind : ghc
52- compilerVersion : 9.6.6
52+ compilerVersion : 9.6.7
5353 setup-method : ghcup
5454 allow-failure : false
5555 - compiler : ghc-9.4.8
@@ -81,12 +81,12 @@ jobs:
8181 - name : Install GHCup
8282 run : |
8383 mkdir -p "$HOME/.ghcup/bin"
84- curl -sL https://downloads.haskell.org/ghcup/0.1.40.0 /x86_64-linux-ghcup-0.1.40.0 > "$HOME/.ghcup/bin/ghcup"
84+ curl -sL https://downloads.haskell.org/ghcup/0.1.50.1 /x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
8585 chmod a+x "$HOME/.ghcup/bin/ghcup"
8686 - name : Install cabal-install
8787 run : |
88- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
89- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
88+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14.2 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
89+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
9090 - name : Install GHC (GHCup)
9191 if : matrix.setup-method == 'ghcup'
9292 run : |
@@ -201,9 +201,6 @@ jobs:
201201 echo "package log-postgres" >> cabal.project
202202 echo " ghc-options: -Werror=missing-methods" >> cabal.project
203203 cat >> cabal.project <<EOF
204- allow-newer: *:base
205- allow-newer: *:ghc-prim
206- allow-newer: *:template-haskell
207204 EOF
208205 $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(log-base|log-elasticsearch|log-postgres)$/; }' >> cabal.project.local
209206 cat cabal.project
0 commit comments