diff --git a/bench/mark.hs b/bench/mark.hs
--- a/bench/mark.hs
+++ b/bench/mark.hs
@@ -78,7 +78,7 @@
   where
     loadKeys fp =
       fmap
-        catMaybes
+        (catMaybes . rights)
         (DC.runConduitRes $
          CB.sourceFile fp DC..| conduitGet get DC..| conduitToTKsEither DC..|
          CL.consume)
diff --git a/hOpenPGP.cabal b/hOpenPGP.cabal
--- a/hOpenPGP.cabal
+++ b/hOpenPGP.cabal
@@ -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
