nonce 1.0.1 → 1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- nonce.cabal +2/−2
nonce.cabal view
@@ -1,5 +1,5 @@ name: nonce-version: 1.0.1+version: 1.0.2 synopsis: Generate cryptographic nonces. homepage: https://github.com/prowdsponsor/nonce license: BSD3@@ -28,7 +28,7 @@ exposed-modules: Crypto.Nonce build-depends:- base >= 4.5 && < 4.8+ base >= 4.5 && < 4.9 , base64-bytestring == 1.0.* , bytestring >= 0.9 , crypto-random == 0.0.*