rename modules for data types into Types/ directory
This commit is contained in:
parent
971ab27e78
commit
703c437bd9
32 changed files with 61 additions and 59 deletions
|
@ -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 {
|
||||
|
|
|
@ -17,15 +17,15 @@ import System.Posix.Files
|
|||
import System.FilePath
|
||||
|
||||
import qualified Backend.File
|
||||
import BackendClass
|
||||
import Messages
|
||||
import qualified Annex
|
||||
import Locations
|
||||
import Content
|
||||
import Types
|
||||
import Types.Backend
|
||||
import Types.Key
|
||||
import Utility
|
||||
import qualified SysConfig
|
||||
import Key
|
||||
|
||||
type SHASize = Int
|
||||
|
||||
|
|
|
@ -10,10 +10,10 @@ module Backend.URL (backends) where
|
|||
import Control.Monad.State (liftIO)
|
||||
|
||||
import Types
|
||||
import BackendClass
|
||||
import Types.Backend
|
||||
import Utility
|
||||
import Messages
|
||||
import Key
|
||||
import Types.Key
|
||||
|
||||
backends :: [Backend Annex]
|
||||
backends = [backend]
|
||||
|
|
|
@ -12,9 +12,9 @@ import System.FilePath
|
|||
import System.Posix.Files
|
||||
|
||||
import qualified Backend.File
|
||||
import BackendClass
|
||||
import Types.Backend
|
||||
import Types
|
||||
import Key
|
||||
import Types.Key
|
||||
|
||||
backends :: [Backend Annex]
|
||||
backends = [backend]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue