summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-19 16:30:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-19 16:30:17 -0400
commitd53519fade3baf9dfb3a92adcfa3c03d852171d2 (patch)
tree94884ecfef4a4738061c0f67aa8ed665022da3ec
parentd6911f57b76a6469484076dc991adb39d8d9b8e0 (diff)
probably won't use SHA module
-rw-r--r--Backend/SHA1.hs2
-rw-r--r--debian/control2
2 files changed, 1 insertions, 3 deletions
diff --git a/Backend/SHA1.hs b/Backend/SHA1.hs
index 2143a6af5..caece6b78 100644
--- a/Backend/SHA1.hs
+++ b/Backend/SHA1.hs
@@ -3,8 +3,6 @@
module Backend.SHA1 (backend) where
-import Data.Digest.Pure.SHA
-
import qualified Backend.File
import TypeInternals
diff --git a/debian/control b/debian/control
index 4e3ad01bd..83bc8c82b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: git-annex
Section: utils
Priority: optional
-Build-Depends: debhelper (>= 7.0.50), ghc6, libghc6-missingh-dev, libghc6-sha-dev, ikiwiki
+Build-Depends: debhelper (>= 7.0.50), ghc6, libghc6-missingh-dev, ikiwiki
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.9.1
Vcs-Git: git://git.kitenet.net/git-annex