aboutsummaryrefslogtreecommitdiff
path: root/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Types.hs b/Types.hs
new file mode 100644
index 000000000..4262ed567
--- /dev/null
+++ b/Types.hs
@@ -0,0 +1,10 @@
+{- git-annex abstract data types -}
+
+module Types (
+ Annex,
+ AnnexState,
+ Key,
+ Backend
+) where
+
+import BackendTypes