summaryrefslogtreecommitdiff
path: root/lib/KeyRing/Types.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-07-16 21:14:32 -0400
committerAndrew Cady <d@jerkface.net>2019-07-16 21:14:32 -0400
commitd5b38fc2736ae75c872a6eb51d80cc90e97d1fc4 (patch)
tree58a08a2ea7c3feae3928f98fadd0e4ec462b9dc0 /lib/KeyRing/Types.hs
parent8af08303e56fc109135e2ade91299338d03b57b0 (diff)
KeyExactwip
Diffstat (limited to 'lib/KeyRing/Types.hs')
-rw-r--r--lib/KeyRing/Types.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/KeyRing/Types.hs b/lib/KeyRing/Types.hs
index 1a12a61..99986e1 100644
--- a/lib/KeyRing/Types.hs
+++ b/lib/KeyRing/Types.hs
@@ -367,6 +367,7 @@ matchpr'' fp k | otherwise = ""
367 367
368data KeySpec = 368data KeySpec =
369 KeyGrip String -- fp: 369 KeyGrip String -- fp:
370 | KeyExact (Maybe Fingerprint)
370 | KeyTag Packet String -- fp:????/t: 371 | KeyTag Packet String -- fp:????/t:
371 | KeyUidMatch String -- u: 372 | KeyUidMatch String -- u:
372 deriving Show 373 deriving Show