hopenpgp-tools 0.4.1 → 0.5
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~hOpenPGP
Dependency ranges changed: hOpenPGP
Files
- hokey.hs +1/−1
- hopenpgp-tools.cabal +5/−5
hokey.hs view
@@ -192,7 +192,7 @@ ( linebreak <> text "Key has potential validity:" <+> text (keyStatus keyReport) <> linebreak <> text "Key has fingerprint:" <+> text (show (keyFingerprint keyReport)) <> linebreak <> text "Checking to see if key is OpenPGPv4:" <+> coloredToColor (text . show) (keyVer keyReport)- <> linebreak <> (\kas -> text "Checking to see if key is RSA or DSA (>= 2048-bit):" <+> coloredToColor (text . show) (pubkeyalgo kas) <+> coloredToColor (text . show) (pubkeysize kas)) (keyAlgorithmAndSize keyReport)+ <> linebreak <> (\kas -> text "Checking to see if key is RSA or DSA (>= 2048-bit):" <+> coloredToColor (text . show) (pubkeyalgo kas) <+> coloredToColor (text . maybe "unknown" show) (pubkeysize kas)) (keyAlgorithmAndSize keyReport) <> linebreak <> text "Checking user-ID- and user-attribute-related items:" <> mconcat (map (uidtrip (keyCreationTime keyReport)) (unFakeMap (keyUIDsAndUAts keyReport))) <> linebreak
hopenpgp-tools.cabal view
@@ -1,5 +1,5 @@ name: hopenpgp-tools-version: 0.4.1+version: 0.5 synopsis: hOpenPGP-based command-line tools description: command-line tools for performing some OpenPGP-related operations homepage: http://floss.scru.org/hopenpgp-tools@@ -23,7 +23,7 @@ , cereal , cereal-conduit , conduit- , hOpenPGP >= 1.0+ , hOpenPGP >= 1.0.1 , lens , openpgp-asciiarmor >= 0.1 , optparse-applicative >= 0.7@@ -48,7 +48,7 @@ , cryptohash >= 0.7.7 , directory , errors- , hOpenPGP >= 1.0+ , hOpenPGP >= 1.0.1 , lens , old-locale , optparse-applicative >= 0.5.0@@ -71,7 +71,7 @@ , conduit , crypto-pubkey , directory- , hOpenPGP >= 1.0+ , hOpenPGP >= 1.0.1 , ixset , lens , optparse-applicative >= 0.5.0@@ -86,4 +86,4 @@ source-repository this type: git location: git://git.debian.org/users/clint/hopenpgp-tools.git- tag: hopenpgp-tools/0.4.1+ tag: hopenpgp-tools/0.5