diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-12 16:10:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-12 16:10:15 -0400 |
commit | 20acda0423b1a00eae64296835679887ca79ea2f (patch) | |
tree | 3520f9c0b8a6ccffd17d23cd7f9962d5f28be54e /BackendChecksum.hs | |
parent | 2ac47a3a59b2b9b8980b4a9d3277bcb653bcb026 (diff) |
more state
Diffstat (limited to 'BackendChecksum.hs')
-rw-r--r-- | BackendChecksum.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BackendChecksum.hs b/BackendChecksum.hs index 72b4744e3..efa224412 100644 --- a/BackendChecksum.hs +++ b/BackendChecksum.hs @@ -6,7 +6,6 @@ module BackendChecksum (backend) where import qualified BackendFile import Data.Digest.Pure.SHA import Types -import GitRepo -- based on BackendFile just with a different key type backend = BackendFile.backend { |