File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4040
4141 cd stack && ./update-global-hints.hs ghc-X.Y.Z
4242
43- and command the changes.
43+ and commit the changes.
4444
4545
4646## Building GHC
Original file line number Diff line number Diff line change 2020# https://downloads.haskell.org/~ghc/X.Y.Z/.
2121#
2222
23- GHCVER=8.8.3
23+ GHCVER=8.10.1
2424
2525if [[ -z " $GITHUB_AUTH_TOKEN " ]]; then
2626 echo " $0 : GITHUB_AUTH_TOKEN environment variable is required" >&2
@@ -84,14 +84,15 @@ mirror () {
8484# https://github.com/fpco/stackage-content/blob/master/stack/stack-setup-2.yaml
8585
8686mirror i386-deb9-linux " " xz xz linux32
87- mirror x86_64-deb8 -linux " " xz xz linux64
87+ mirror x86_64-deb9 -linux " " xz xz linux64
8888# mirror x86_64-centos67-linux "" xz xz linux64-gmp4
8989mirror x86_64-fedora27-linux " " xz xz linux64-tinfo6
9090mirror x86_64-apple-darwin " " xz bz2 macosx
9191# mirror i386-unknown-mingw32 "" xz xz windows32
9292mirror x86_64-unknown-mingw32 " " xz xz windows64
9393# mirror x86_64-portbld-freebsd11 "" xz xz freebsd64-11
9494mirror aarch64-deb9-linux " " xz xz linux-aarch64
95+ mirror armv7-deb9-linux " " xz xz linux-armv7
9596
9697mirror_ https://github.com/redneb/ghc-alt-libc/releases/download/ghc-$GHCVER -musl i386-unknown-linux-musl " " xz xz linux32-musl
9798mirror_ https://github.com/redneb/ghc-alt-libc/releases/download/ghc-$GHCVER -musl x86_64-unknown-linux-musl " " xz xz linux64-musl
You can’t perform that action at this time.
0 commit comments