hopenpgp-tools 0.8.1 → 0.8.2
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- hkt.hs +1/−1
- hopenpgp-tools.cabal +2/−2
hkt.hs view
@@ -239,7 +239,7 @@ tos = keysToIs keys2 combos = froms >>= \f -> tos >>= \t -> return (f,t) paths = map (\(x,y) -> sp x y (emap (const (1.0 :: Double)) keygraph)) combos- print paths+ putStrLn . unlines $ map (show . ((,) =<< length)) paths putStrLn . unlines $ map (\x -> maybe (show x) show $ HashMap.lookup x i2f >>= \y -> return (x, y)) (nub (sort (concat paths))) where -- FIXME: deduplicate this matchAny srch tk = either (const False) id $ fmap (keyMatchesFingerprint True tk) (efp srch) <|> fmap (keyMatchesEightOctetKeyId True tk . Right) (eeok srch) <|> return (keyMatchesUIDSubString srch tk)
hopenpgp-tools.cabal view
@@ -1,5 +1,5 @@ name: hopenpgp-tools-version: 0.8.1+version: 0.8.2 synopsis: hOpenPGP-based command-line tools description: command-line tools for performing some OpenPGP-related operations homepage: http://floss.scru.org/hopenpgp-tools@@ -98,4 +98,4 @@ source-repository this type: git location: git://git.debian.org/users/clint/hopenpgp-tools.git- tag: hopenpgp-tools/0.8+ tag: hopenpgp-tools/0.8.2