summaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.hs b/git-annex.hs
index 77faea2b7..556e0607e 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -4,6 +4,7 @@
import LocationLog
import GitRepo
import Backend
+import Annex
-- When adding a new backend, import it here and add it to the backends list.
import qualified BackendFile