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
a63871b7
Commit
a63871b7
authored
Apr 16, 2014
by
Mikhail Glushenkov
Browse files
Update bootstrap.sh.
parent
c9018838
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
a63871b7
...
...
@@ -122,25 +122,25 @@ PARSEC_VER="3.1.5"; PARSEC_VER_REGEXP="[23]\."
# == 2.* || == 3.*
DEEPSEQ_VER
=
"1.3.0.2"
;
DEEPSEQ_VER_REGEXP
=
"1
\.
[1-9]
\.
"
# >= 1.1 && < 2
TEXT_VER
=
"1.1.0.
0
"
;
TEXT_VER_REGEXP
=
"((1
\.
[01]
\.
)|(0
\.
([2-9]|(1[0-1]))
\.
))"
TEXT_VER
=
"1.1.0.
1
"
;
TEXT_VER_REGEXP
=
"((1
\.
[01]
\.
)|(0
\.
([2-9]|(1[0-1]))
\.
))"
# >= 0.2 && < 1.2
NETWORK_VER
=
"2.
4.2.2
"
;
NETWORK_VER_REGEXP
=
"2
\.
"
NETWORK_VER
=
"2.
5.0.0
"
;
NETWORK_VER_REGEXP
=
"2
\.
"
# == 2.*
#
CABAL_VER="1.19.2"; CABAL_VER_REGEXP="1\.1[9]\."
CABAL_VER
=
"1.19.2"
;
CABAL_VER_REGEXP
=
"1
\.
1[9]
\.
"
# >= 1.19 && < 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]
\.
"
MTL_VER
=
"2.1.
3.1"
;
MTL_VER_REGEXP
=
"[2]
\.
"
# == 2.*
HTTP_VER
=
"4000.2.1
0
"
;
HTTP_VER_REGEXP
=
"4000
\.
[012]
\.
"
HTTP_VER
=
"4000.2.1
2
"
;
HTTP_VER_REGEXP
=
"4000
\.
[012]
\.
"
# == 4000.0.* || 4000.1.* || 4000.2.*
ZLIB_VER
=
"0.5.4.1"
;
ZLIB_VER_REGEXP
=
"0
\.
[45]
\.
"
# == 0.4.* || == 0.5.*
TIME_VER
=
"1.4.
1
"
TIME_VER_REGEXP
=
"1
\.
[1234]
\.
?"
TIME_VER
=
"1.4.
2
"
TIME_VER_REGEXP
=
"1
\.
[1234]
\.
?"
# >= 1.1 && < 1.5
RANDOM_VER
=
"1.0.1.1"
RANDOM_VER_REGEXP
=
"1
\.
0
\.
"
# >= 1 && < 1.1
STM_VER
=
"2.4.
2
"
;
STM_VER_REGEXP
=
"2
\.
"
STM_VER
=
"2.4.
3
"
;
STM_VER_REGEXP
=
"2
\.
"
# == 2.*
HACKAGE_URL
=
"https://hackage.haskell.org/package"
...
...
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