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
|
@ -43,11 +43,11 @@ import System.Exit
|
|||
import System.Environment
|
||||
|
||||
import Types
|
||||
import Key
|
||||
import RemoteClass
|
||||
import Types.Key
|
||||
import Types.Remote
|
||||
import Utility
|
||||
import Base64
|
||||
import CryptoTypes
|
||||
import Types.Crypto
|
||||
|
||||
{- The first half of a Cipher is used for HMAC; the remainder
|
||||
- is used as the GPG symmetric encryption passphrase.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue