Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
41d52be7
Commit
41d52be7
authored
Apr 01, 2014
by
nkaretnikov
Committed by
Mikhail Glushenkov
Apr 10, 2014
Browse files
Bootstrap over HTTPS.
parent
af4a8175
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
41d52be7
...
...
@@ -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
=
"http
s
://hackage.haskell.org/package"
# Cache the list of packages:
echo
"Checking installed packages for ghc-
${
GHC_VER
}
..."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment