File tree Expand file tree Collapse file tree 18 files changed +72
-44
lines changed Expand file tree Collapse file tree 18 files changed +72
-44
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,11 @@ jobs:
8686 mkdir -p "$HOME/.ghcup/bin"
8787 curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
8888 chmod a+x "$HOME/.ghcup/bin/ghcup"
89- - name : Install cabal-install
89+ - name : Install cabal-install (prerelease)
9090 run : |
91- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
92- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
91+ "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
92+ "$HOME/.ghcup/bin/ghcup" install cabal 3.15.0.0.2024.10.3 || (cat "$HOME"/.ghcup/logs/*.* && false)
93+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.15.0.0.2024.10.3 -vnormal+nowrap" >> "$GITHUB_ENV"
9394 - name : Install GHC (GHCup)
9495 if : matrix.setup-method == 'ghcup'
9596 run : |
Original file line number Diff line number Diff line change @@ -309,10 +309,11 @@ jobs:
309309 mkdir -p "$HOME/.ghcup/bin"
310310 curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
311311 chmod a+x "$HOME/.ghcup/bin/ghcup"
312- - name: Install cabal-install
312+ - name: Install cabal-install (prerelease)
313313 run: |
314- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
315- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
314+ "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
315+ "$HOME/.ghcup/bin/ghcup" install cabal 3.15.0.0.2024.10.3 || (cat "$HOME"/.ghcup/logs/*.* && false)
316+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.15.0.0.2024.10.3 -vnormal+nowrap" >> "$GITHUB_ENV"
316317 - name: Install GHC (GHCup)
317318 if: matrix.setup-method == 'ghcup'
318319 run: |
Original file line number Diff line number Diff line change @@ -159,10 +159,11 @@ jobs:
159159 mkdir -p "$HOME/.ghcup/bin"
160160 curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
161161 chmod a+x "$HOME/.ghcup/bin/ghcup"
162- - name: Install cabal-install
162+ - name: Install cabal-install (prerelease)
163163 run: |
164- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
165- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
164+ "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
165+ "$HOME/.ghcup/bin/ghcup" install cabal 3.15.0.0.2024.10.3 || (cat "$HOME"/.ghcup/logs/*.* && false)
166+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.15.0.0.2024.10.3 -vnormal+nowrap" >> "$GITHUB_ENV"
166167 - name: Install GHC (GHCup)
167168 if: matrix.setup-method == 'ghcup'
168169 run: |
Original file line number Diff line number Diff line change @@ -159,10 +159,11 @@ jobs:
159159 mkdir -p "$HOME/.ghcup/bin"
160160 curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
161161 chmod a+x "$HOME/.ghcup/bin/ghcup"
162- - name: Install cabal-install
162+ - name: Install cabal-install (prerelease)
163163 run: |
164- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
165- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
164+ "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
165+ "$HOME/.ghcup/bin/ghcup" install cabal 3.15.0.0.2024.10.3 || (cat "$HOME"/.ghcup/logs/*.* && false)
166+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.15.0.0.2024.10.3 -vnormal+nowrap" >> "$GITHUB_ENV"
166167 - name: Install GHC (GHCup)
167168 if: matrix.setup-method == 'ghcup'
168169 run: |
Original file line number Diff line number Diff line change @@ -159,10 +159,11 @@ jobs:
159159 mkdir -p "$HOME/.ghcup/bin"
160160 curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
161161 chmod a+x "$HOME/.ghcup/bin/ghcup"
162- - name: Install cabal-install
162+ - name: Install cabal-install (prerelease)
163163 run: |
164- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
165- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
164+ "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
165+ "$HOME/.ghcup/bin/ghcup" install cabal 3.15.0.0.2024.10.3 || (cat "$HOME"/.ghcup/logs/*.* && false)
166+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.15.0.0.2024.10.3 -vnormal+nowrap" >> "$GITHUB_ENV"
166167 - name: Install GHC (GHCup)
167168 if: matrix.setup-method == 'ghcup'
168169 run: |
Original file line number Diff line number Diff line change @@ -309,10 +309,11 @@ jobs:
309309 mkdir -p "$HOME/.ghcup/bin"
310310 curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
311311 chmod a+x "$HOME/.ghcup/bin/ghcup"
312- - name: Install cabal-install
312+ - name: Install cabal-install (prerelease)
313313 run: |
314- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
315- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
314+ "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
315+ "$HOME/.ghcup/bin/ghcup" install cabal 3.15.0.0.2024.10.3 || (cat "$HOME"/.ghcup/logs/*.* && false)
316+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.15.0.0.2024.10.3 -vnormal+nowrap" >> "$GITHUB_ENV"
316317 - name: Install GHC (GHCup)
317318 if: matrix.setup-method == 'ghcup'
318319 run: |
Original file line number Diff line number Diff line change @@ -309,10 +309,11 @@ jobs:
309309 mkdir -p "$HOME/.ghcup/bin"
310310 curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
311311 chmod a+x "$HOME/.ghcup/bin/ghcup"
312- - name: Install cabal-install
312+ - name: Install cabal-install (prerelease)
313313 run: |
314- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
315- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
314+ "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
315+ "$HOME/.ghcup/bin/ghcup" install cabal 3.15.0.0.2024.10.3 || (cat "$HOME"/.ghcup/logs/*.* && false)
316+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.15.0.0.2024.10.3 -vnormal+nowrap" >> "$GITHUB_ENV"
316317 - name: Install GHC (GHCup)
317318 if: matrix.setup-method == 'ghcup'
318319 run: |
Original file line number Diff line number Diff line change @@ -159,10 +159,11 @@ jobs:
159159 mkdir -p "$HOME/.ghcup/bin"
160160 curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
161161 chmod a+x "$HOME/.ghcup/bin/ghcup"
162- - name: Install cabal-install
162+ - name: Install cabal-install (prerelease)
163163 run: |
164- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
165- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
164+ "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
165+ "$HOME/.ghcup/bin/ghcup" install cabal 3.15.0.0.2024.10.3 || (cat "$HOME"/.ghcup/logs/*.* && false)
166+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.15.0.0.2024.10.3 -vnormal+nowrap" >> "$GITHUB_ENV"
166167 - name: Install GHC (GHCup)
167168 if: matrix.setup-method == 'ghcup'
168169 run: |
Original file line number Diff line number Diff line change @@ -309,10 +309,11 @@ jobs:
309309 mkdir -p "$HOME/.ghcup/bin"
310310 curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
311311 chmod a+x "$HOME/.ghcup/bin/ghcup"
312- - name: Install cabal-install
312+ - name: Install cabal-install (prerelease)
313313 run: |
314- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
315- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
314+ "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
315+ "$HOME/.ghcup/bin/ghcup" install cabal 3.15.0.0.2024.10.3 || (cat "$HOME"/.ghcup/logs/*.* && false)
316+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.15.0.0.2024.10.3 -vnormal+nowrap" >> "$GITHUB_ENV"
316317 - name: Install GHC (GHCup)
317318 if: matrix.setup-method == 'ghcup'
318319 run: |
Original file line number Diff line number Diff line change @@ -159,10 +159,11 @@ jobs:
159159 mkdir -p "$HOME/.ghcup/bin"
160160 curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
161161 chmod a+x "$HOME/.ghcup/bin/ghcup"
162- - name: Install cabal-install
162+ - name: Install cabal-install (prerelease)
163163 run: |
164- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
165- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
164+ "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;
165+ "$HOME/.ghcup/bin/ghcup" install cabal 3.15.0.0.2024.10.3 || (cat "$HOME"/.ghcup/logs/*.* && false)
166+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.15.0.0.2024.10.3 -vnormal+nowrap" >> "$GITHUB_ENV"
166167 - name: Install GHC (GHCup)
167168 if: matrix.setup-method == 'ghcup'
168169 run: |
You can’t perform that action at this time.
0 commit comments