|
8 | 8 | # |
9 | 9 | # For more information, see https://github.com/haskell-CI/haskell-ci |
10 | 10 | # |
11 | | -# version: 0.19.20250327 |
| 11 | +# version: 0.19.20250506 |
12 | 12 | # |
13 | | -# REGENDATA ("0.19.20250327",["--config=cabal.haskell-ci","github","cabal.project"]) |
| 13 | +# REGENDATA ("0.19.20250506",["--config=cabal.haskell-ci","github","cabal.project"]) |
14 | 14 | # |
15 | 15 | name: Haskell-CI |
16 | 16 | on: |
|
37 | 37 | compilerVersion: 9.12.2 |
38 | 38 | setup-method: ghcup |
39 | 39 | allow-failure: false |
40 | | - - compiler: ghc-9.10.1 |
| 40 | + - compiler: ghc-9.10.2 |
41 | 41 | compilerKind: ghc |
42 | | - compilerVersion: 9.10.1 |
| 42 | + compilerVersion: 9.10.2 |
43 | 43 | setup-method: ghcup |
44 | 44 | allow-failure: false |
45 | 45 | - compiler: ghc-9.8.4 |
@@ -105,8 +105,8 @@ jobs: |
105 | 105 | chmod a+x "$HOME/.ghcup/bin/ghcup" |
106 | 106 | - name: Install cabal-install |
107 | 107 | run: | |
108 | | - "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false) |
109 | | - echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV" |
| 108 | + "$HOME/.ghcup/bin/ghcup" install cabal 3.14.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false) |
| 109 | + echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2.0 -vnormal+nowrap" >> "$GITHUB_ENV" |
110 | 110 | - name: Install GHC (GHCup) |
111 | 111 | if: matrix.setup-method == 'ghcup' |
112 | 112 | run: | |
@@ -217,6 +217,7 @@ jobs: |
217 | 217 | cat >> cabal.project <<EOF |
218 | 218 | constraints: github +openssl |
219 | 219 | constraints: github-samples +openssl |
| 220 | + constraints: HsOpenSSL +use-pkg-config |
220 | 221 | constraints: operational -buildExamples |
221 | 222 | optimization: False |
222 | 223 | EOF |
|
0 commit comments