Skip to content
Snippets Groups Projects
Commit 41d52be7 authored by nkaretnikov's avatar nkaretnikov Committed by Mikhail Glushenkov
Browse files

Bootstrap over HTTPS.

parent af4a8175
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ RANDOM_VER="1.0.1.1" RANDOM_VER_REGEXP="1\.0\." ...@@ -143,7 +143,7 @@ RANDOM_VER="1.0.1.1" RANDOM_VER_REGEXP="1\.0\."
STM_VER="2.4.2"; STM_VER_REGEXP="2\." STM_VER="2.4.2"; STM_VER_REGEXP="2\."
# == 2.* # == 2.*
HACKAGE_URL="http://hackage.haskell.org/package" HACKAGE_URL="https://hackage.haskell.org/package"
# Cache the list of packages: # Cache the list of packages:
echo "Checking installed packages for ghc-${GHC_VER}..." echo "Checking installed packages for ghc-${GHC_VER}..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment