summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-05-04 20:20:04 -0400
committerjoe <joe@jerkface.net>2014-05-04 20:20:04 -0400
commit50da2308364e1c27d8d3fb7230f6e188b36a73b4 (patch)
tree1e246d041f0c933553ae2f22585c377510272595
parentb845dc5c5ebad65472c43c6037fc32654562bc71 (diff)
haddock link
-rw-r--r--KeyRing.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/KeyRing.hs b/KeyRing.hs
index b0d1b67..57f80d9 100644
--- a/KeyRing.hs
+++ b/KeyRing.hs
@@ -215,7 +215,8 @@ data FileType = KeyRingFile
215-- to contain secret or public PGP key packets. Note that it is not supported 215-- to contain secret or public PGP key packets. Note that it is not supported
216-- to mix both in the same file and that the secret key packets include all of 216-- to mix both in the same file and that the secret key packets include all of
217-- the information contained in their corresponding public key packets. 217-- the information contained in their corresponding public key packets.
218data Access = AutoAccess -- ^ secret or public as appropriate based on existing content 218data Access = AutoAccess -- ^ secret or public as appropriate based on existing content.
219 -- (see 'rtRingAccess')
219 | Sec -- ^ secret information 220 | Sec -- ^ secret information
220 | Pub -- ^ public information 221 | Pub -- ^ public information
221 222