packages feed

hopenpgp-tools 0.16.1 → 0.16.2

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

hkt.hs view
@@ -344,7 +344,7 @@     case pathsOutputFormat o of         Unstructured -> do -- FIXME: do something about this                            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)))+                           putStrLn . unlines $ map (\x -> maybe (show x) show $ HashMap.lookup x i2f >>= \y -> return (x, pretty y)) (nub (sort (concat paths)))         JSON -> BL.putStr . A.encode $ paf         YAML -> B.putStr . Y.encode $ paf     putStrLn ""
hopenpgp-tools.cabal view
@@ -1,5 +1,5 @@ name:                hopenpgp-tools-version:             0.16.1+version:             0.16.2 synopsis:            hOpenPGP-based command-line tools description:         command-line tools for performing some OpenPGP-related operations homepage:            http://floss.scru.org/hopenpgp-tools@@ -119,4 +119,4 @@ source-repository this   type:     git   location: git://git.debian.org/users/clint/hopenpgp-tools.git-  tag:      hopenpgp-tools/0.16.1+  tag:      hopenpgp-tools/0.16.2