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
|
@ -24,8 +24,9 @@ import System.Environment
|
|||
import System.Posix.Files
|
||||
import System.Posix.Env (setEnv)
|
||||
|
||||
import RemoteClass
|
||||
import Types
|
||||
import Types.Remote
|
||||
import Types.Key
|
||||
import qualified GitRepo as Git
|
||||
import qualified Annex
|
||||
import UUID
|
||||
|
@ -35,7 +36,6 @@ import Config
|
|||
import Remote.Special
|
||||
import Remote.Encryptable
|
||||
import Crypto
|
||||
import Key
|
||||
import Content
|
||||
import Base64
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue