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
7af2cc11
Commit
7af2cc11
authored
Feb 14, 2016
by
Mikhail Glushenkov
Browse files
bootstrap.sh: Use ed25519 0.0.5.0.
See
https://github.com/haskell/cabal/issues/3133#issuecomment-183846588
.
parent
6208fb67
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
7af2cc11
...
...
@@ -213,7 +213,7 @@ BYTEABLE_VER="0.1.1"; BYTEABLE_VER_REGEXP="0\.?"
# 0.1.1
CRYPTOHASH_VER
=
"0.11.6"
;
CRYPTOHASH_VER_REGEXP
=
"0
\.
11
\.
?"
# 0.11.*
ED25519_VER
=
"0.0.
2
.0"
;
ED25519_VER_REGEXP
=
"0
\.
0
\.
?"
ED25519_VER
=
"0.0.
5
.0"
;
ED25519_VER_REGEXP
=
"0
\.
0
\.
?"
# 0.0.*
HACKAGE_SECURITY_VER
=
"0.5.0.2"
;
HACKAGE_SECURITY_VER_REGEXP
=
"0
\.
5
\.
?"
# >= 0.5 && < 0.6
...
...
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