crypto-conduit 0.4.0 → 0.4.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- crypto-conduit.cabal +2/−2
- src/Crypto/Conduit.hs +1/−1
crypto-conduit.cabal view
@@ -1,6 +1,6 @@ Cabal-version: >= 1.8 Name: crypto-conduit-Version: 0.4.0+Version: 0.4.0.1 Synopsis: Conduit interface for cryptographic operations (from crypto-api). Homepage: https://github.com/meteficha/crypto-conduit License: BSD3@@ -33,7 +33,7 @@ Crypto.Conduit Build-depends: base >= 3 && < 5,- bytestring >= 0.9 && < 0.10,+ bytestring >= 0.9, cereal >= 0.3 && < 0.4, conduit >= 0.5 && < 0.6, transformers >= 0.2 && < 0.4
src/Crypto/Conduit.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE BangPatterns, CPP #-}+{-# LANGUAGE BangPatterns, CPP, RankNTypes #-} -- | This module contains wrappers for cryptographic functions -- using the @conduit@ package. Currently there is support for -- hashes, HMACs and many modes of block ciphers (but not