From e8485201c85f9301cd128974729dd69bdf3e5fcc Mon Sep 17 00:00:00 2001
From: Nikita Karetnikov <[email protected]>
Date: Tue, 1 Apr 2014 17:15:11 +0000
Subject: [PATCH] Bootstrap over HTTPS.

---
 cabal-install/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh
index fd61166..44a2c11 100755
--- a/cabal-install/bootstrap.sh
+++ b/cabal-install/bootstrap.sh
@@ -143,7 +143,7 @@ RANDOM_VER="1.0.1.1"   RANDOM_VER_REGEXP="1\.0\."
 STM_VER="2.4.2";       STM_VER_REGEXP="2\."
                        # == 2.*
 
-HACKAGE_URL="http://hackage.haskell.org/package";
+HACKAGE_URL="https://hackage.haskell.org/package";
 
 # Cache the list of packages:
 echo "Checking installed packages for ghc-${GHC_VER}..."
-- 
1.8.4

Attachment: pgpu42JAtEhSW.pgp
Description: PGP signature

_______________________________________________
cabal-devel mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cabal-devel

Reply via email to