aboutsummaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-10 15:27:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-10 15:27:49 -0400
commiteb577ee37ff1d631aa3580a235b9954043d0fb27 (patch)
tree6fe1aa8602861298bc34e7b00429f4d3b5e4551e /git-annex.hs
parent4631927a5c7b14605725f1c6f272fee19d8b4318 (diff)
stub checksum backend
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.hs b/git-annex.hs
index 556e0607e..cce49050b 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -8,8 +8,9 @@ import Annex
-- When adding a new backend, import it here and add it to the backends list.
import qualified BackendFile
+import qualified BackendChecksum
import qualified BackendUrl
-backends = [BackendFile.backend, BackendUrl.backend]
+backends = [BackendFile.backend, BackendChecksum.backend, BackendUrl.backend]
main = do
repo <- repoTop