summaryrefslogtreecommitdiff
path: root/Types.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-25 21:49:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-25 21:49:04 -0400
commit082b022f9ae56b1446b6607cf7851cd4f1d4f904 (patch)
tree4712d36e841bca351c9aa68a911c4fb82188b4c1 /Types.hs
parent109a719b03dbeb70eb317be17f7e18567efa9dac (diff)
successfully split Annex and AnnexState out of TypeInternals
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs6
1 files changed, 2 insertions, 4 deletions
diff --git a/Types.hs b/Types.hs
index b94a4170a..8c19bbbb3 100644
--- a/Types.hs
+++ b/Types.hs
@@ -7,14 +7,12 @@
module Types (
Annex,
- AnnexState,
Backend,
Key,
genKey,
backendName,
- keyName,
- FlagName,
- Flag(..)
+ keyName
) where
import TypeInternals
+import Annex