packages feed

crypto-conduit 0.2.0 → 0.3.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~conduitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: conduit

API changes (from Hackage documentation)

Files

crypto-conduit.cabal view
@@ -1,6 +1,6 @@ Cabal-version:       >= 1.8 Name:                crypto-conduit-Version:             0.2.0+Version:             0.3.0 Synopsis:            Conduit interface for cryptographic operations (from crypto-api). Homepage:            https://github.com/meteficha/crypto-conduit License:             BSD3@@ -35,8 +35,8 @@     base         >= 3   && < 5,     bytestring   >= 0.9 && < 0.10,     cereal       >= 0.3 && < 0.4,-    conduit      >= 0.3 && < 0.4,-    transformers == 0.2.*+    conduit      >= 0.4 && < 0.5,+    transformers >= 0.2 && < 0.3   if flag(old-crypto-api)     Build-depends: crypto-api >= 0.8 && < 0.9     CPP-options:   -DOLD_CRYPTO_API