aboutsummaryrefslogtreecommitdiff
path: root/Backend
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 /Backend
parentd6911f57b76a6469484076dc991adb39d8d9b8e0 (diff)
probably won't use SHA module
Diffstat (limited to 'Backend')
-rw-r--r--Backend/SHA1.hs2
1 files changed, 0 insertions, 2 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