nonce 1.0.6 → 1.0.7
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~base64-bytestring
Dependency ranges changed: base, base64-bytestring
Files
- nonce.cabal +2/−2
nonce.cabal view
@@ -1,5 +1,5 @@ name: nonce-version: 1.0.6+version: 1.0.7 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.11+ base >= 4.5 && < 5 , base64-bytestring == 1.0.* , bytestring >= 0.9 , text >= 0.9