diff options
author | joe <joe@jerkface.net> | 2014-04-18 18:23:14 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-04-18 18:23:14 -0400 |
commit | ae6098f2d5b77ab03b0a01d39e20e071c547fa83 (patch) | |
tree | aa31d320de098a92dee79124b00108332301abbf /KeyRing.hs | |
parent | 00c7b13605beed2abd72e09518dcce1b09b9d012 (diff) |
Unresricted import of Data.Binary in KeyRing (for decodeOrFail)
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) ) |