Use haskell Crypto library instead of haskell SHA library.a
Since hS3 needs Crypto anyway, this actually reduces dependencies.
This commit is contained in:
parent
66d951c3fd
commit
892593c5ef
4 changed files with 24 additions and 10 deletions
|
@ -13,7 +13,7 @@ To build and use git-annex, you will need:
|
|||
* MissingH: <http://github.com/jgoerzen/missingh/wiki>
|
||||
* pcre-light: <http://hackage.haskell.org/package/pcre-light>
|
||||
* utf8-string: <http://hackage.haskell.org/package/utf8-string>
|
||||
* SHA: <http://hackage.haskell.org/package/SHA>
|
||||
* crypto: <http://hackage.haskell.org/package/Crypto>
|
||||
* dataenc: <http://hackage.haskell.org/package/dataenc>
|
||||
* TestPack <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack>
|
||||
* QuickCheck 2 <http://hackage.haskell.org/package/QuickCheck>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue