Skip to content

Commit 458c759

Browse files
committed
Update etc/scripts/mirror-ghc-bindists-to-github.sh for GHC 8.6.5
1 parent 06254ca commit 458c759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Be sure to double check the SHA1 sums against those in
2020
# https://downloads.haskell.org/~ghc/X.Y.Z/.
2121
#
22-
GHCVER=8.6.4
22+
GHCVER=8.6.5
2323
if [[ -z "$GITHUB_AUTH_TOKEN" ]]; then
2424
echo "$0: GITHUB_AUTH_TOKEN environment variable is required" >&2
2525
exit 1
@@ -79,7 +79,7 @@ mirror x86_64-deb8-linux xz xz linux64 linux64-nopie
7979
#mirror x86_64-centos67-linux xz xz linux64-gmp4 linux64-gmp4-nopie
8080
mirror x86_64-fedora27-linux xz xz linux64-tinfo6 linux64-tinfo6-nopie
8181
mirror x86_64-apple-darwin xz bz2 macosx
82-
#mirror i386-unknown-mingw32 xz xz windows32
82+
mirror i386-unknown-mingw32 xz xz windows32
8383
mirror x86_64-unknown-mingw32 xz xz windows64
8484
#mirror x86_64-portbld-freebsd11 xz xz freebsd64-11
8585
#mirror aarch64-deb8-linux xz xz linux-aarch64

0 commit comments

Comments
 (0)