crypto-token 0.0.1 → 0.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep +cryptondep −cryptonitePVP ok
version bump matches the API change (PVP)
Dependencies added: crypton
Dependencies removed: cryptonite
API changes (from Hackage documentation)
Files
- crypto-token.cabal +2/−2
crypto-token.cabal view
@@ -1,5 +1,5 @@ name: crypto-token-version: 0.0.1+version: 0.0.2 synopsis: crypto tokens description: Encrypted tokens/tickets to keep state in the client side. license: BSD3@@ -16,7 +16,7 @@ exposed-modules: Crypto.Token build-depends: base >= 4.9 && < 5 , array- , cryptonite+ , crypton , memory if impl(ghc >= 8) default-extensions: Strict StrictData