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

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
git-annex (0.20110426) UNRELEASED; urgency=low
* Switch back to haskell SHA library, so git-annex remains buildable on
Debian stable.
-- Joey Hess <joeyh@debian.org> Tue, 26 Apr 2011 11:23:54 -0400
git-annex (0.20110425) unstable; urgency=low
* Use haskell Crypto library instead of haskell SHA library.

2
debian/control vendored
View file

@ -6,8 +6,8 @@ Build-Depends:
ghc,
libghc-missingh-dev,
libghc-pcre-light-dev,
libghc-sha-dev,
libghc-dataenc-dev,
libghc-crypto-dev,
libghc-utf8-string-dev,
libghc-hs3-dev (>= 0.5.6),
libghc-testpack-dev [any-i386 any-amd64],