summaryrefslogtreecommitdiff
path: root/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs13
1 files changed, 13 insertions, 0 deletions
diff --git a/Types.hs b/Types.hs
new file mode 100644
index 000000000..2284d9267
--- /dev/null
+++ b/Types.hs
@@ -0,0 +1,13 @@
+{- git-annex abstract data types -}
+
+module Types (
+ Annex,
+ AnnexState,
+ Backend,
+ Key,
+ backendName,
+ keyFrag,
+ Flag(..),
+) where
+
+import TypeInternals