summaryrefslogtreecommitdiff
path: root/KeyRing.hs
diff options
context:
space:
mode:
Diffstat (limited to 'KeyRing.hs')
-rw-r--r--KeyRing.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/KeyRing.hs b/KeyRing.hs
index 47afb9c..857c755 100644
--- a/KeyRing.hs
+++ b/KeyRing.hs
@@ -94,6 +94,9 @@ module KeyRing
94 , InputFileContext(..) 94 , InputFileContext(..)
95 , onionNameForContact 95 , onionNameForContact
96 , keykey 96 , keykey
97 , keyPacket
98 , KeySpec(..)
99 , getHostnames
97 ) where 100 ) where
98 101
99import System.Environment 102import System.Environment