Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
ce5e9fbb
Commit
ce5e9fbb
authored
Dec 18, 2014
by
Herbert Valerio Riedel
🕺
Browse files
Update `bootstrap.sh` package versions
parent
64761550
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
ce5e9fbb
...
...
@@ -180,9 +180,9 @@ PREFIX=${PREFIX:-${DEFAULT_PREFIX}}
# The version regex says what existing installed versions are ok.
PARSEC_VER
=
"3.1.7"
;
PARSEC_VER_REGEXP
=
"[3]
\.
[01]
\.
"
# >= 3.0 && < 3.2
DEEPSEQ_VER
=
"1.
3
.0.
2
"
;
DEEPSEQ_VER_REGEXP
=
"1
\.
[1-9]
\.
"
DEEPSEQ_VER
=
"1.
4
.0.
0
"
;
DEEPSEQ_VER_REGEXP
=
"1
\.
[1-9]
\.
"
# >= 1.1 && < 2
TEXT_VER
=
"1.2.0.
0
"
;
TEXT_VER_REGEXP
=
"((1
\.
[012]
\.
)|(0
\.
([2-9]|(1[0-1]))
\.
))"
TEXT_VER
=
"1.2.0.
3
"
;
TEXT_VER_REGEXP
=
"((1
\.
[012]
\.
)|(0
\.
([2-9]|(1[0-1]))
\.
))"
# >= 0.2 && < 1.3
NETWORK_VER
=
"2.6.0.2"
;
NETWORK_VER_REGEXP
=
"2
\.
[0-6]
\.
"
# >= 2.0 && < 2.7
...
...
@@ -202,7 +202,7 @@ TIME_VER="1.5" TIME_VER_REGEXP="1\.[12345]\.?"
# >= 1.1 && < 1.6
RANDOM_VER
=
"1.1"
RANDOM_VER_REGEXP
=
"1
\.
[01]
\.
?"
# >= 1 && < 1.2
STM_VER
=
"2.4.
3
"
;
STM_VER_REGEXP
=
"2
\.
"
STM_VER
=
"2.4.
4
"
;
STM_VER_REGEXP
=
"2
\.
"
# == 2.*
HACKAGE_URL
=
"https://hackage.haskell.org/package"
...
...
Write
Preview
Markdown
is supported
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