hOpenPGP 3.0.2.1 → 3.0.2.2
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- bench/mark.hs +1/−1
- hOpenPGP.cabal +2/−2
bench/mark.hs view
@@ -78,7 +78,7 @@ where loadKeys fp = fmap- catMaybes+ (catMaybes . rights) (DC.runConduitRes $ CB.sourceFile fp DC..| conduitGet get DC..| conduitToTKsEither DC..| CL.consume)
hOpenPGP.cabal view
@@ -1,6 +1,6 @@ Cabal-version: 3.4 Name: hOpenPGP-Version: 3.0.2.1+Version: 3.0.2.2 Synopsis: native Haskell implementation of OpenPGP (RFC9580) Description: native Haskell implementation of OpenPGP (RFC9580), with some backwards compatibility Homepage: https://salsa.debian.org/clint/hOpenPGP@@ -332,4 +332,4 @@ source-repository this type: git location: https://salsa.debian.org/clint/hOpenPGP.git- tag: v3.0.2.1+ tag: v3.0.2.2