|
77 | 77 | apt-get update |
78 | 78 | apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 libnuma-dev |
79 | 79 | mkdir -p "$HOME/.ghcup/bin" |
80 | | - curl -sL https://downloads.haskell.org/ghcup/0.1.18.0/x86_64-linux-ghcup-0.1.18.0 > "$HOME/.ghcup/bin/ghcup" |
| 80 | + curl -sL https://downloads.haskell.org/ghcup/0.1.19.2/x86_64-linux-ghcup-0.1.19.2 > "$HOME/.ghcup/bin/ghcup" |
81 | 81 | chmod a+x "$HOME/.ghcup/bin/ghcup" |
82 | 82 | "$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false) |
83 | 83 | "$HOME/.ghcup/bin/ghcup" install cabal 3.10.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false) |
@@ -150,7 +150,7 @@ jobs: |
150 | 150 | - name: cache (tools) |
151 | 151 | uses: actions/cache/restore@v3 |
152 | 152 | with: |
153 | | - key: ${{ runner.os }}-${{ matrix.compiler }}-tools-ddfe230f |
| 153 | + key: ${{ runner.os }}-${{ matrix.compiler }}-tools-f01e9287 |
154 | 154 | path: ~/.haskell-ci-tools |
155 | 155 | - name: install cabal-plan |
156 | 156 | run: | |
@@ -178,7 +178,7 @@ jobs: |
178 | 178 | uses: actions/cache/save@v3 |
179 | 179 | if: always() |
180 | 180 | with: |
181 | | - key: ${{ runner.os }}-${{ matrix.compiler }}-tools-ddfe230f |
| 181 | + key: ${{ runner.os }}-${{ matrix.compiler }}-tools-f01e9287 |
182 | 182 | path: ~/.haskell-ci-tools |
183 | 183 | - name: checkout |
184 | 184 | uses: actions/checkout@v3 |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | package bytestring |
226 | 226 | tests: False |
227 | 227 | EOF |
228 | | - $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|cabal-install-parsers|haskell-ci)$/; }' >> cabal.project.local |
| 228 | + $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|Cabal-syntax|cabal-install-parsers|haskell-ci|parsec)$/; }' >> cabal.project.local |
229 | 229 | cat cabal.project |
230 | 230 | cat cabal.project.local |
231 | 231 | - name: dump install plan |
|
0 commit comments