From 703c437bd9c6cb9e4675b65ac2b107f76b135d71 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Jun 2011 21:56:04 -0400 Subject: rename modules for data types into Types/ directory --- Annex.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Annex.hs') 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 -- cgit v1.2.3