crypto-conduit 0.1.1.1 → 0.1.1.2
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 +3/−3
crypto-conduit.cabal view
@@ -1,6 +1,6 @@ Cabal-version: >= 1.8 Name: crypto-conduit-Version: 0.1.1.1+Version: 0.1.1.2 Synopsis: Conduit interface for cryptographic operations (from crypto-api). Homepage: https://github.com/meteficha/crypto-conduit License: BSD3@@ -32,7 +32,7 @@ bytestring >= 0.9 && < 0.10, cereal >= 0.3 && < 0.4, crypto-api >= 0.8 && < 0.9,- conduit >= 0.0 && < 0.1,+ conduit >= 0.0 && < 0.2, transformers == 0.2.* GHC-options: -Wall @@ -43,7 +43,7 @@ bytestring >= 0.9 && < 0.10, cereal >= 0.3 && < 0.4, crypto-api >= 0.8 && < 0.9,- conduit >= 0.0 && < 0.1,+ conduit >= 0.0 && < 0.2, transformers == 0.2.*, cryptocipher == 0.3.*,