Removed dependency on haskell SHA library, instead using cryptohash >= 0.11.0.

This commit is contained in:
Joey Hess 2015-04-19 11:05:32 -04:00
parent be3895be45
commit 5f73bc3a12
7 changed files with 11 additions and 11 deletions

2
debian/changelog vendored
View file

@ -23,6 +23,8 @@ git-annex (5.20150410) UNRELEASED; urgency=medium
* fsck --from remote: Avoid downloading a key if it would go over
the annex.diskreserve limit.
* required: New command, like wanted, but for required content.
* Removed dependency on haskell SHA library,
instead using cryptohash >= 0.11.0.
-- Joey Hess <id@joeyh.name> Thu, 09 Apr 2015 20:59:43 -0400

1
debian/control vendored
View file

@ -10,7 +10,6 @@ Build-Depends:
libghc-data-default-dev,
libghc-hslogger-dev,
libghc-pcre-light-dev,
libghc-sha-dev,
libghc-cryptohash-dev (>= 0.11.0),
libghc-dataenc-dev,
libghc-utf8-string-dev,