Skip to content

Commit 271f497

Browse files
committed
mirror-ghc-bindists-to-github.sh: update for GHC 8.10.1
1 parent 817f587 commit 271f497

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/maintainers/ghc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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

etc/scripts/mirror-ghc-bindists-to-github.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# https://downloads.haskell.org/~ghc/X.Y.Z/.
2121
#
2222

23-
GHCVER=8.8.3
23+
GHCVER=8.10.1
2424

2525
if [[ -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

8686
mirror 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
8989
mirror x86_64-fedora27-linux "" xz xz linux64-tinfo6
9090
mirror x86_64-apple-darwin "" xz bz2 macosx
9191
#mirror i386-unknown-mingw32 "" xz xz windows32
9292
mirror x86_64-unknown-mingw32 "" xz xz windows64
9393
#mirror x86_64-portbld-freebsd11 "" xz xz freebsd64-11
9494
mirror aarch64-deb9-linux "" xz xz linux-aarch64
95+
mirror armv7-deb9-linux "" xz xz linux-armv7
9596

9697
mirror_ https://github.com/redneb/ghc-alt-libc/releases/download/ghc-$GHCVER-musl i386-unknown-linux-musl "" xz xz linux32-musl
9798
mirror_ https://github.com/redneb/ghc-alt-libc/releases/download/ghc-$GHCVER-musl x86_64-unknown-linux-musl "" xz xz linux64-musl

0 commit comments

Comments
 (0)