packages feed

hOpenPGP 2.4 → 2.4.1

raw patch · 2 files changed

+9/−9 lines, 2 files

Files

Codec/Encryption/OpenPGP/Types.hs view
@@ -571,13 +571,13 @@ instance Hashable KeyFlag  instance Pretty KeyFlag where-    pretty GroupKey = text "group key"-    pretty AuthKey = text "auth key"-    pretty SplitKey = text "split key"-    pretty EncryptStorageKey = text "encrypt-storage key"-    pretty EncryptCommunicationsKey = text "encrypt-communications key"-    pretty SignDataKey = text "sign-data key"-    pretty CertifyKeysKey = text "certify-keys key"+    pretty GroupKey = text "group"+    pretty AuthKey = text "auth"+    pretty SplitKey = text "split"+    pretty EncryptStorageKey = text "encrypt-storage"+    pretty EncryptCommunicationsKey = text "encrypt-communications"+    pretty SignDataKey = text "sign-data"+    pretty CertifyKeysKey = text "certify-keys"     pretty (KFOther o) = text "unknown key flag type" <+> pretty o  instance A.ToJSON KeyFlag
hOpenPGP.cabal view
@@ -1,5 +1,5 @@ Name:                hOpenPGP-Version:             2.4+Version:             2.4.1 Synopsis:            native Haskell implementation of OpenPGP (RFC4880) Description:         native Haskell implementation of OpenPGP (RFC4880) Homepage:            http://floss.scru.org/hOpenPGP/@@ -325,4 +325,4 @@ source-repository this   type:     git   location: git://git.debian.org/users/clint/hOpenPGP.git-  tag:      v2.4+  tag:      v2.4.1