diff --git a/hokey.hs b/hokey.hs
--- a/hokey.hs
+++ b/hokey.hs
@@ -71,6 +71,7 @@
    )
     where
         keysize = keySize (key^.tkPKP^.pubkey)
+	sigissuer (SigVOther 2 _) = OtherSigSub 666 B.empty -- this is dumb
 	sigissuer (SigV3 {}) = OtherSigSub 666 B.empty -- this is dumb
 	sigissuer (SigV4 _ _ _ _ xs _ _) = xs^?!ix 0^.sspPayload -- this is a horrible stack of stupid assumptions
 	sigissuer (SigVOther _ _) = error "We're in the future."
diff --git a/hopenpgp-tools.cabal b/hopenpgp-tools.cabal
--- a/hopenpgp-tools.cabal
+++ b/hopenpgp-tools.cabal
@@ -1,5 +1,5 @@
 name:                hopenpgp-tools
-version:             0.0.3
+version:             0.0.4
 synopsis:            hOpenPGP-based command-line tools
 description:         command-line tools for performing some OpenPGP-related operations
 homepage:            http://floss.scru.org/hopenpgp-tools
@@ -20,7 +20,7 @@
                ,       cereal
                ,       cereal-conduit
                ,       conduit
-               ,       hOpenPGP               >= 0.8
+               ,       hOpenPGP               >= 0.10.2
                ,       openpgp-asciiarmor     >= 0.1
                ,       optparse-applicative   >= 0.7
                ,       transformers
@@ -37,7 +37,7 @@
                ,       conduit
                ,       crypto-pubkey
                ,       directory
-               ,       hOpenPGP               >= 0.10
+               ,       hOpenPGP               >= 0.10.2
                ,       ixset
                ,       lens
                ,       optparse-applicative   >= 0.5.0
@@ -65,3 +65,8 @@
 source-repository head
   type:     git
   location: git://git.debian.org/users/clint/hopenpgp-tools.git
+
+source-repository this
+  type:     git
+  location: git://git.debian.org/users/clint/hopenpgp-tools.git
+  tag:      hopenpgp-tools/0.0.4
