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