[commit: ghc] master: Update mingw tarball location (e415369)

git at git.haskell.org git at git.haskell.org
Wed Aug 12 15:36:42 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e415369e91347d23f149a1a750b267da2ee5d74c/ghc

>---------------------------------------------------------------

commit e415369e91347d23f149a1a750b267da2ee5d74c
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Aug 12 14:06:37 2015 +0200

    Update mingw tarball location


>---------------------------------------------------------------

e415369e91347d23f149a1a750b267da2ee5d74c
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a46110b..e7f9144 100644
--- a/configure.ac
+++ b/configure.ac
@@ -364,7 +364,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