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