packages feed

hOpenPGP 0.6.2 → 0.6.3

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Codec.Encryption.OpenPGP.Types: AuthKey :: KeyFlag
+ Codec.Encryption.OpenPGP.Types: CertifyKeysKey :: KeyFlag
+ Codec.Encryption.OpenPGP.Types: EncryptCommunicationsKey :: KeyFlag
+ Codec.Encryption.OpenPGP.Types: EncryptStorageKey :: KeyFlag
+ Codec.Encryption.OpenPGP.Types: GroupKey :: KeyFlag
+ Codec.Encryption.OpenPGP.Types: KFOther :: Int -> KeyFlag
+ Codec.Encryption.OpenPGP.Types: SignDataKey :: KeyFlag
+ Codec.Encryption.OpenPGP.Types: SplitKey :: KeyFlag
+ Codec.Encryption.OpenPGP.Types: data KeyFlag

Files

Codec/Encryption/OpenPGP/Types.hs view
@@ -60,6 +60,7 @@  , fromPkt  , toPkt  , Verification(..)+ , KeyFlag(..) ) where  import qualified Crypto.PubKey.RSA as RSA
hOpenPGP.cabal view
@@ -1,5 +1,5 @@ Name:                hOpenPGP-Version:             0.6.2+Version:             0.6.3 Synopsis:            native Haskell implementation of OpenPGP (RFC4880) Description:         native Haskell implementation of OpenPGP (RFC4880) Homepage:            http://floss.scru.org/hOpenPGP/