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
97075ecc
Commit
97075ecc
authored
Nov 02, 2009
by
greenrd
Browse files
Fix bootstrap (#599)
parent
6cef5716
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
97075ecc
...
...
@@ -45,7 +45,7 @@ done
# Versions of the packages to install.
# The version regex says what existing installed versions are ok.
CABAL_VER
=
"1.
6
.0
.2
"
;
CABAL_VER_REGEXP
=
"1
\.
6
\.
"
#
=
= 1.
6.*
CABAL_VER
=
"1.
8
.0"
;
CABAL_VER_REGEXP
=
"1
\.
[78]
\.
"
#
>
= 1.
7 && < 1.9
HTTP_VER
=
"4000.0.4"
;
HTTP_VER_REGEXP
=
"4000
\.
0
\.
[3456789]"
# >= 4000.0.3 && < 4000.0.10
ZLIB_VER
=
"0.5.0.0"
;
ZLIB_VER_REGEXP
=
"0
\.
[45]
\.
"
# >= 0.4 && < 0.6
...
...
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