[commit: ghc] ghc-7.10: Update mingw tarball location (2f8f79b)
git at git.haskell.org
git at git.haskell.org
Thu Oct 22 15:07:06 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/2f8f79bdab183dccb7b0d340050684741a8f0479/ghc
>---------------------------------------------------------------
commit 2f8f79bdab183dccb7b0d340050684741a8f0479
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Aug 12 14:06:37 2015 +0200
Update mingw tarball location
>---------------------------------------------------------------
2f8f79bdab183dccb7b0d340050684741a8f0479
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 00297cf..b41a810 100644
--- a/configure.ac
+++ b/configure.ac
@@ -357,7 +357,7 @@ download_and_extract() {
}
set_up_tarballs() {
- local mingw_base_url="http://repo.msys2.org/mingw"
+ local mingw_base_url="https://downloads.haskell.org/~ghc/mingw"
local package_prefix="mingw-w64"
local format_url="${mingw_base_url}/${mingw_arch}/${package_prefix}-${mingw_arch}"
More information about the ghc-commits
mailing list