probably won't use SHA module

This commit is contained in:
Joey Hess 2010-10-19 16:30:17 -04:00
parent d6911f57b7
commit d53519fade
2 changed files with 1 additions and 3 deletions

View file

@ -3,8 +3,6 @@
module Backend.SHA1 (backend) where
import Data.Digest.Pure.SHA
import qualified Backend.File
import TypeInternals