signify-hs 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep −cryptonitePVP ok
version bump matches the API change (PVP)
Dependencies removed: cryptonite
API changes (from Hackage documentation)
Files
- signify-hs.cabal +2/−2
signify-hs.cabal view
@@ -1,5 +1,5 @@ name: signify-hs-version: 0.1.0.2+version: 0.1.0.3 synopsis: A Haskell clone of OpenBSD signify. description: This program with its corresponding library implements most of (OpenBSD) signify. Missing are GZip-header-embedding of signatures and checksum files. license: BSD3@@ -39,7 +39,7 @@ , bytestring , base64-bytestring , cryptohash-sha512- , cryptonite+ , crypton , eccrypto , filepath -- , MissingH