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
8
Annex.hs
8
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue