crypto-conduit 0.3.0 → 0.3.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- crypto-conduit.cabal +2/−2
crypto-conduit.cabal view
@@ -1,6 +1,6 @@ Cabal-version: >= 1.8 Name: crypto-conduit-Version: 0.3.0+Version: 0.3.0.1 Synopsis: Conduit interface for cryptographic operations (from crypto-api). Homepage: https://github.com/meteficha/crypto-conduit License: BSD3@@ -36,7 +36,7 @@ bytestring >= 0.9 && < 0.10, cereal >= 0.3 && < 0.4, conduit >= 0.4 && < 0.5,- transformers >= 0.2 && < 0.3+ transformers >= 0.2 && < 0.4 if flag(old-crypto-api) Build-depends: crypto-api >= 0.8 && < 0.9 CPP-options: -DOLD_CRYPTO_API