File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 apt-get update
3434 apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
3535 mkdir -p "$HOME/.ghcup/bin"
36- curl -sL https://downloads.haskell.org/ghcup/0.1.30.0 /x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
36+ curl -sL https://downloads.haskell.org/ghcup/0.1.50.2 /x86_64-linux-ghcup-0.1.50.2 > "$HOME/.ghcup/bin/ghcup"
3737 chmod a+x "$HOME/.ghcup/bin/ghcup"
3838 "$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
39- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
39+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14.2 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
4040 - env :
4141 HCKIND : ghc
4242 HCNAME : " ghc-${{ matrix.ghc }}"
5454 echo "HC=$HC" >> "$GITHUB_ENV"
5555 echo "HCPKG=$HCPKG" >> "$GITHUB_ENV"
5656 echo "HADDOCK=$HADDOCK" >> "$GITHUB_ENV"
57- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
57+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
5858 HCNUMVER=$(${HC} --numeric-version|perl -ne '/^(\d+)\.(\d+)\.(\d+)(\.(\d+))?$/; print(10000 * $1 + 100 * $2 + ($3 == 0 ? $5 != 1 : $3))')
5959 echo "HCNUMVER=$HCNUMVER" >> "$GITHUB_ENV"
6060 echo "ARG_TESTS=--enable-tests" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ tested-with: GHC ==9.2.5 || ==9.4.8 || ==9.6.6
2020
2121source-repository head
2222 type : git
23- location : git ://github.com/bellroy/botocore.git
23+ location : https ://github.com/bellroy/botocore.git
2424
2525library
2626 hs-source-dirs : src
You can’t perform that action at this time.
0 commit comments