RSA 2.1.0 → 2.1.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- RSA.cabal +4/−4
RSA.cabal view
@@ -1,6 +1,6 @@ name: RSA category: Cryptography, Codec-version: 2.1.0+version: 2.1.0.1 license: BSD3 license-file: LICENSE author: Adam Wick <awick@galois.com>@@ -8,7 +8,7 @@ stability: stable build-type: Simple cabal-version: >= 1.8-tested-with: GHC ==7.4.0+tested-with: GHC ==7.8.0 synopsis: Implementation of RSA, using the padding schemes of PKCS#1 v2.1. description: This library implements the RSA encryption and signature algorithms for arbitrarily-sized ByteStrings. While the @@ -19,7 +19,7 @@ Library hs-source-dirs: src- build-depends: base >= 4.0 && < 7.0,+ build-depends: base >= 4.6 && < 7.0, binary > 0.7 && < 1.0, bytestring > 0.8 && < 0.12, crypto-api >= 0.10 && < 0.14,@@ -36,7 +36,7 @@ type: exitcode-stdio-1.0 Main-Is: Test.hs hs-source-dirs: src,.- build-depends: base >= 4.0 && < 7.0,+ build-depends: base >= 4.6 && < 7.0, binary > 0.7 && < 1.0, bytestring > 0.8 && < 0.12, crypto-api >= 0.10 && < 0.14,