|
20 | 20 | # https://downloads.haskell.org/~ghc/X.Y.Z/.
|
21 | 21 | #
|
22 | 22 |
|
23 |
| -GHCVER=9.0.1 |
| 23 | +GHCVER=9.0.2 |
24 | 24 |
|
25 | 25 | if [[ -z "$GITHUB_AUTH_TOKEN" ]]; then
|
26 | 26 | echo "$0: GITHUB_AUTH_TOKEN environment variable is required" >&2
|
@@ -90,21 +90,20 @@ mirror () {
|
90 | 90 |
|
91 | 91 | mirror i386-deb9-linux "" xz xz linux32
|
92 | 92 | mirror x86_64-deb9-linux "" xz xz linux64
|
93 |
| -#mirror x86_64-centos67-linux "" xz xz linux64-gmp4 |
94 | 93 | mirror x86_64-fedora27-linux "" xz xz linux64-tinfo6
|
95 | 94 | mirror x86_64-apple-darwin "" bz2 bz2 macosx
|
96 |
| -#mirror i386-unknown-mingw32 "" xz xz windows32 |
| 95 | +mirror aarch64-apple-darwin "" bz2 bz2 macosx-aarch64 |
97 | 96 | mirror x86_64-unknown-mingw32 "" xz xz windows64
|
98 |
| -mirror armv7-deb9-linux "" xz xz linux-armv7 |
99 |
| -mirror aarch64-deb9-linux "" xz xz linux-aarch64 |
| 97 | +# mirror armv7-deb10-linux "" xz xz linux-armv7 |
| 98 | +mirror aarch64-deb10-linux "" xz xz linux-aarch64 |
100 | 99 |
|
101 | 100 | mirror_ https://github.com/redneb/ghc-alt-libc/releases/download/ghc-$GHCVER-musl i386-unknown-linux-musl "" xz xz linux32-musl
|
102 | 101 | mirror_ https://github.com/redneb/ghc-alt-libc/releases/download/ghc-$GHCVER-musl x86_64-unknown-linux-musl "" xz xz linux64-musl
|
103 | 102 |
|
104 |
| -mirror_ http://distcache.FreeBSD.org/local-distfiles/arrowd/stack-bindists/11 i386-portbld-freebsd "" xz xz freebsd32 |
105 |
| -mirror_ http://distcache.FreeBSD.org/local-distfiles/arrowd/stack-bindists i386-portbld-freebsd "ino64" xz xz freebsd32-ino64 |
106 |
| -mirror_ http://distcache.FreeBSD.org/local-distfiles/arrowd/stack-bindists/11 x86_64-portbld-freebsd "" xz xz freebsd64 |
107 |
| -mirror_ http://distcache.FreeBSD.org/local-distfiles/arrowd/stack-bindists x86_64-portbld-freebsd "ino64" xz xz freebsd64-ino64 |
| 103 | +# mirror_ http://distcache.FreeBSD.org/local-distfiles/arrowd/stack-bindists/11 i386-portbld-freebsd "" xz xz freebsd32 |
| 104 | +# mirror_ http://distcache.FreeBSD.org/local-distfiles/arrowd/stack-bindists i386-portbld-freebsd "ino64" xz xz freebsd32-ino64 |
| 105 | +# mirror_ http://distcache.FreeBSD.org/local-distfiles/arrowd/stack-bindists/11 x86_64-portbld-freebsd "" xz xz freebsd64 |
| 106 | +# mirror_ http://distcache.FreeBSD.org/local-distfiles/arrowd/stack-bindists x86_64-portbld-freebsd "ino64" xz xz freebsd64-ino64 |
108 | 107 |
|
109 | 108 | set +x
|
110 | 109 | echo
|
|
0 commit comments