aboutsummaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-14 02:12:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-14 02:12:41 -0400
commiteda80e44c5fb399fa4e5625388d6e0f993b0f779 (patch)
tree1c598d5db77ebc5405cac4a85282ff4fb29a2bb1 /Annex.hs
parente47dca162a0ca0144172c9a61a47d1e0b5ad04b7 (diff)
add module that only exports abstract types
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex.hs b/Annex.hs
index f55a62c4d..68bf0136a 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -24,7 +24,7 @@ import Backend
import BackendList
import UUID
import LocationLog
-import Types
+import AbstractTypes
{- Create and returns an Annex state object.
- Examines and prepares the git repo.