summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Annex.hs b/Annex.hs
index 92a4911ea..06d642b74 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -21,11 +21,11 @@ import Control.Monad.State
import qualified GitRepo as Git
import GitQueue
-import BackendClass
-import RemoteClass
-import CryptoTypes
+import Types.Backend
+import Types.Remote
+import Types.Crypto
import TrustLevel
-import UUIDType
+import Types.UUID
-- git-annex's monad
type Annex = StateT AnnexState IO