[commit: ghc] ghc-7.10: Update mingw tarball location (96522e2)

git at git.haskell.org git at git.haskell.org
Fri Oct 16 20:24:28 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/96522e21f7cfc71e6b971a66bcefac1d47626f5d/ghc

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

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

    Update mingw tarball location


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

96522e21f7cfc71e6b971a66bcefac1d47626f5d
 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