Skip to content
GitLab
Menu
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
03d12e64
Commit
03d12e64
authored
Sep 05, 2013
by
Mikhail Glushenkov
Browse files
Replace 1.18.0.0 with 1.18.0 in 'bootstrap.sh'.
Fixes #1473.
parent
e41a92a7
Changes
1
Show whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
03d12e64
...
...
@@ -53,7 +53,7 @@ PARSEC_VER="3.1.3"; PARSEC_VER_REGEXP="[23]\." # == 2.* || == 3.
DEEPSEQ_VER
=
"1.3.0.1"
;
DEEPSEQ_VER_REGEXP
=
"1
\.
[1-9]
\.
"
# >= 1.1 && < 2
TEXT_VER
=
"0.11.3.1"
;
TEXT_VER_REGEXP
=
"0
\.
([2-9]|(1[0-1]))
\.
"
# >= 0.2 && < 0.12
NETWORK_VER
=
"2.4.1.2"
;
NETWORK_VER_REGEXP
=
"2
\.
"
# == 2.*
CABAL_VER
=
"1.18.0
.0
"
;
CABAL_VER_REGEXP
=
"1
\.
1[89]
\.
"
# >= 1.18 && < 1.20
CABAL_VER
=
"1.18.0"
;
CABAL_VER_REGEXP
=
"1
\.
1[89]
\.
"
# >= 1.18 && < 1.20
TRANS_VER
=
"0.3.0.0"
;
TRANS_VER_REGEXP
=
"0
\.
[23]
\.
"
# >= 0.2.* && < 0.4.*
MTL_VER
=
"2.1.2"
;
MTL_VER_REGEXP
=
"[2]
\.
"
# == 2.*
HTTP_VER
=
"4000.2.8"
;
HTTP_VER_REGEXP
=
"4000
\.
[012]
\.
"
# == 4000.0.* || 4000.1.* || 4000.2.*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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