summaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-10 15:04:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-10 15:04:18 -0400
commitcc235192353561a374c431485c6c3834659e0fa6 (patch)
tree6c092eece822fea609a05acb92850669223c6508 /git-annex.hs
parentf4d2a05e86df464790fb183148717e7ac7f49cda (diff)
update
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