diff options
author | James Crayne <jim.crayne@gmail.com> | 2016-04-26 22:39:42 -0400 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2016-04-26 22:39:42 -0400 |
commit | 148aa3b272d79dea81d0737ad87cd3fa3e420801 (patch) | |
tree | f41b5a1344e593c597f2a878fe25402e01e6723d /lib/KeyRing.hs | |
parent | e2a94707d97fbc949ee16524bb948615e77ad773 (diff) |
type signatures to help debugging builds
Diffstat (limited to 'lib/KeyRing.hs')
-rw-r--r-- | lib/KeyRing.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/KeyRing.hs b/lib/KeyRing.hs index 21d7c3e..fbd23fe 100644 --- a/lib/KeyRing.hs +++ b/lib/KeyRing.hs | |||
@@ -102,6 +102,7 @@ module KeyRing | |||
102 | , getSubkeys | 102 | , getSubkeys |
103 | , writeKeyToFile | 103 | , writeKeyToFile |
104 | , resolveForReport | 104 | , resolveForReport |
105 | , KeyKey -- needed for Type sigs | ||
105 | ) where | 106 | ) where |
106 | 107 | ||
107 | import System.Environment | 108 | import System.Environment |