summaryrefslogtreecommitdiff
path: root/lib/Types.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-08-30 02:28:41 -0400
committerjoe <joe@jerkface.net>2016-08-30 02:28:41 -0400
commitf82b12dc1701d311d6d5a3c9fbcab762e9c278af (patch)
tree6e881d766680946d033c627397fa7026a47c3448 /lib/Types.hs
parentfe847ffb3bd02fb661f1cb86532cee8186c1e82c (diff)
Switched cache update to lib/Keyring.hs interface.
Diffstat (limited to 'lib/Types.hs')
-rw-r--r--lib/Types.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Types.hs b/lib/Types.hs
index 767ee98..86836e0 100644
--- a/lib/Types.hs
+++ b/lib/Types.hs
@@ -159,10 +159,11 @@ data FileType = KeyRingFile
159 | WalletFile 159 | WalletFile
160 | DNSPresentation 160 | DNSPresentation
161 | Hosts 161 | Hosts
162 | SshFile
162 deriving (Eq,Ord,Enum,Show) 163 deriving (Eq,Ord,Enum,Show)
163 164
164-- type UsageTag = String 165-- type UsageTag = String
165data Initializer = NoCreate | Internal GenerateKeyParams | External String 166data Initializer = NoCreate | Internal GenerateKeyParams | External String | WarnMissing String
166 deriving (Eq,Ord,Show) 167 deriving (Eq,Ord,Show)
167 168
168 169