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
a5caae2f
Commit
a5caae2f
authored
Jan 04, 2015
by
tibbe
Browse files
bootstrap.sh: use HTTP-4002.2.19, which supports GHC 7.10
parent
e66d76e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
a5caae2f
...
...
@@ -196,7 +196,7 @@ TRANS_VER="0.4.2.0"; TRANS_VER_REGEXP="0\.[4]\."
# >= 0.2.* && < 0.5
MTL_VER
=
"2.2.1"
;
MTL_VER_REGEXP
=
"[2]
\.
"
# >= 2.0 && < 3
HTTP_VER
=
"4000.2.1
8
"
;
HTTP_VER_REGEXP
=
"4000
\.
2
\.
([5-9]|1[0-9]|2[0-9])"
HTTP_VER
=
"4000.2.1
9
"
;
HTTP_VER_REGEXP
=
"4000
\.
2
\.
([5-9]|1[0-9]|2[0-9])"
# >= 4000.2.5 < 4000.3
ZLIB_VER
=
"0.5.4.2"
;
ZLIB_VER_REGEXP
=
"0
\.
[45]
\.
"
# == 0.4.* || == 0.5.*
...
...
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