Skip to content

Commit

Permalink
mirror-ghc-bindists-to-github: update for GHC 8.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Mar 10, 2019
1 parent 97059ef commit e8821b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions etc/scripts/mirror-ghc-bindists-to-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Be sure to double check the SHA1 sums against those in
# https://downloads.haskell.org/~ghc/X.Y.Z/.
#
GHCVER=8.6.2
GHCVER=8.6.4
if [[ -z "$GITHUB_AUTH_TOKEN" ]]; then
echo "$0: GITHUB_AUTH_TOKEN environment variable is required" >&2
exit 1
Expand Down Expand Up @@ -74,15 +74,15 @@ mirror () {
# NOTE: keep the 'mirror' commands in the same order as entries in
# https://github.com/fpco/stackage-content/blob/master/stack/stack-setup-2.yaml

mirror i386-deb8-linux xz xz linux32 linux32-nopie
mirror i386-deb9-linux xz xz linux32 linux32-nopie
mirror x86_64-deb8-linux xz xz linux64 linux64-nopie
#mirror x86_64-centos67-linux xz xz linux64-gmp4 linux64-gmp4-nopie
mirror x86_64-fedora27-linux xz xz linux64-tinfo6 linux64-tinfo6-nopie linux64-ncurses6 linux64-ncurses6-nopie
mirror x86_64-fedora27-linux xz xz linux64-tinfo6 linux64-tinfo6-nopie
mirror x86_64-apple-darwin xz bz2 macosx
mirror i386-unknown-mingw32 xz xz windows32
#mirror i386-unknown-mingw32 xz xz windows32
mirror x86_64-unknown-mingw32 xz xz windows64
#mirror x86_64-portbld-freebsd11 xz xz freebsd64-11
mirror aarch64-deb8-linux xz xz linux-aarch64
#mirror aarch64-deb8-linux xz xz linux-aarch64

set +x
echo
Expand Down

0 comments on commit e8821b6

Please sign in to comment.