summaryrefslogtreecommitdiff
path: root/Common/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Common/Annex.hs')
-rw-r--r--Common/Annex.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Common/Annex.hs b/Common/Annex.hs
new file mode 100644
index 000000000..3b8bcdbdd
--- /dev/null
+++ b/Common/Annex.hs
@@ -0,0 +1,8 @@
+module Common.Annex (module X) where
+
+import Common as X
+import Types as X
+import Types.UUID as X (toUUID, fromUUID)
+import Annex as X (gitRepo, inRepo, fromRepo, calcRepo)
+import Locations as X
+import Messages as X