packages feed

crypto-conduit 0.3.1 → 0.3.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~crypto-apiPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: crypto-api

API changes (from Hackage documentation)

Files

crypto-conduit.cabal view
@@ -1,6 +1,6 @@ Cabal-version:       >= 1.8 Name:                crypto-conduit-Version:             0.3.1+Version:             0.3.2 Synopsis:            Conduit interface for cryptographic operations (from crypto-api). Homepage:            https://github.com/meteficha/crypto-conduit License:             BSD3@@ -41,7 +41,7 @@     Build-depends: crypto-api >= 0.8 && < 0.9     CPP-options:   -DOLD_CRYPTO_API   else-    Build-depends: crypto-api >= 0.9 && < 0.10+    Build-depends: crypto-api >= 0.9 && < 0.11   GHC-options: -Wall  Test-suite runtests