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
d5865585
Commit
d5865585
authored
Dec 23, 2014
by
tuncer
Browse files
bootstrap.sh: adapt to Cabal 1.22 version bump
parent
fb7567a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
d5865585
...
...
@@ -190,8 +190,8 @@ NETWORK_VER="2.6.0.2"; NETWORK_VER_REGEXP="2\.[0-6]\."
# >= 2.0 && < 2.7
NETWORK_URI_VER
=
"2.6.0.1"
;
NETWORK_URI_VER_REGEXP
=
"2
\.
[0-6]
\.
"
# >= 2.0 && < 2.7
CABAL_VER
=
"1.2
1.1
.0"
;
CABAL_VER_REGEXP
=
"1
\.
2
1
\.
1
"
# >= 1.2
1.1
&& < 1.2
2
CABAL_VER
=
"1.2
2.0
.0"
;
CABAL_VER_REGEXP
=
"1
\.
2
2
"
# >= 1.2
2
&& < 1.2
3
TRANS_VER
=
"0.4.2.0"
;
TRANS_VER_REGEXP
=
"0
\.
[4]
\.
"
# >= 0.2.* && < 0.5
MTL_VER
=
"2.2.1"
;
MTL_VER_REGEXP
=
"[2]
\.
"
...
...
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