summaryrefslogtreecommitdiff
path: root/Common/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Common/Annex.hs')
-rw-r--r--Common/Annex.hs13
1 files changed, 13 insertions, 0 deletions
diff --git a/Common/Annex.hs b/Common/Annex.hs
new file mode 100644
index 000000000..43f1ea0af
--- /dev/null
+++ b/Common/Annex.hs
@@ -0,0 +1,13 @@
+module Common.Annex (
+ module Common,
+ module Types,
+ module Annex,
+ module Locations,
+ module Messages,
+) where
+
+import Common
+import Types
+import Annex (gitRepo)
+import Locations
+import Messages