Use haskell Crypto library instead of haskell SHA library.a

Since hS3 needs Crypto anyway, this actually reduces dependencies.
This commit is contained in:
Joey Hess 2011-04-21 16:37:14 -04:00
parent 66d951c3fd
commit 892593c5ef
4 changed files with 24 additions and 10 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
git-annex (0.20110421) UNRELEASED; urgency=low
* Use haskell Crypto library instead of haskell SHA library.
-- Joey Hess <joeyh@debian.org> Thu, 21 Apr 2011 16:35:27 -0400
git-annex (0.20110420) unstable; urgency=low
* Update Debian build dependencies for ghc 7.

2
debian/control vendored
View file

@ -7,8 +7,8 @@ Build-Depends:
libghc-missingh-dev,
libghc-pcre-light-dev,
libghc-testpack-dev,
libghc-sha-dev,
libghc-dataenc-dev,
libghc-crypto-dev,
libghc-utf8-string-dev,
libghc-hs3-dev (>= 0.5.6),
ikiwiki,