diff options
Diffstat (limited to 'KeyRing.hs')
-rw-r--r-- | KeyRing.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ import Data.OpenPGP.Util (verify,fingerprint,decryptSecretKey,pgpSign) | |||
26 | import Data.ByteString.Lazy ( ByteString ) | 26 | import Data.ByteString.Lazy ( ByteString ) |
27 | import Text.Show.Pretty as PP ( ppShow ) | 27 | import Text.Show.Pretty as PP ( ppShow ) |
28 | import Data.Word ( Word8 ) | 28 | import Data.Word ( Word8 ) |
29 | import Data.Binary ( decode ) | 29 | import Data.Binary {- decode, decodeOrFail -} |
30 | import ControlMaybe ( handleIO_ ) | 30 | import ControlMaybe ( handleIO_ ) |
31 | import Data.ASN1.Types ( toASN1, ASN1Object, fromASN1 | 31 | import Data.ASN1.Types ( toASN1, ASN1Object, fromASN1 |
32 | , ASN1(Start,End,IntVal,OID,BitString), ASN1ConstructionType(Sequence) ) | 32 | , ASN1(Start,End,IntVal,OID,BitString), ASN1ConstructionType(Sequence) ) |