summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-19 11:05:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-19 11:05:32 -0400
commit7a59f4d08dd07a25fc4de7c59948f41c8d3b8882 (patch)
treedd0903babeb9c6fd675a2186ca549be7b8a446b5 /debian
parent85b079c4dfefac889d1a814e95390e29b575570d (diff)
Removed dependency on haskell SHA library, instead using cryptohash >= 0.11.0.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 53de77cc8..ba498e0a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 11f42a8c1..85a3e67e6 100644
--- a/debian/control
+++ b/debian/control
@@ -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,