summaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
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