Revert "Use haskell Crypto library instead of haskell SHA library.a"

This reverts commit 892593c5ef.

Conflicts:

	Crypto.hs
	debian/control
This commit is contained in:
Joey Hess 2011-04-26 11:24:23 -04:00
parent ebd6ea1abb
commit 27774bdd56
4 changed files with 15 additions and 16 deletions

View file

@ -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>
* crypto: <http://hackage.haskell.org/package/Crypto>
* SHA: <http://hackage.haskell.org/package/SHA>
* 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>