rename modules for data types into Types/ directory

This commit is contained in:
Joey Hess 2011-06-01 21:56:04 -04:00
parent 971ab27e78
commit 703c437bd9
32 changed files with 61 additions and 59 deletions

View file

@ -18,7 +18,7 @@ import Control.Monad.State (liftIO)
import Data.List
import Data.String.Utils
import BackendClass
import Types.Backend
import LocationLog
import qualified Remote
import qualified GitRepo as Git
@ -28,7 +28,7 @@ import Types
import UUID
import Messages
import Trust
import Key
import Types.Key
backend :: Backend Annex
backend = Backend {