crypto-conduit 0.5.4 → 0.5.5
raw patch · 1 files changed
+2/−2 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 +2/−2
crypto-conduit.cabal view
@@ -1,6 +1,6 @@ Cabal-version: >= 1.8 Name: crypto-conduit-Version: 0.5.4+Version: 0.5.5 Synopsis: Conduit interface for cryptographic operations (from crypto-api). Homepage: https://github.com/prowdsponsor/crypto-conduit License: BSD3@@ -38,7 +38,7 @@ base >= 3 && < 5, bytestring >= 0.9, cereal >= 0.3 && < 0.5,- conduit >= 1.0 && < 1.2,+ conduit >= 1.0 && < 1.3, transformers >= 0.2 && < 0.5, resourcet if flag(conduit11)