network-conduit-tls 0.6.0.2 → 0.6.0.3
raw patch · 2 files changed
+3/−3 lines, 2 filesdep +aesondep −yamlPVP ok
version bump matches the API change (PVP)
Dependencies added: aeson
Dependencies removed: yaml
API changes (from Hackage documentation)
Files
Data/Conduit/Network/TLS.hs view
@@ -13,7 +13,7 @@ ) where import Prelude hiding (FilePath, readFile)-import Data.Yaml (FromJSON (parseJSON), (.:), (.:?), (.!=), Value (Object))+import Data.Aeson (FromJSON (parseJSON), (.:), (.:?), (.!=), Value (Object)) import Control.Applicative ((<$>), (<*>)) import Control.Monad (mzero, forever) import Data.String (fromString)
network-conduit-tls.cabal view
@@ -1,5 +1,5 @@ name: network-conduit-tls-version: 0.6.0.2+version: 0.6.0.3 synopsis: Create TLS-aware network code with conduits description: Uses the tls package for a pure-Haskell implementation. homepage: https://github.com/snoyberg/conduit@@ -15,7 +15,7 @@ exposed-modules: Data.Conduit.Network.TLS Data.Conduit.Network.TLS.Internal build-depends: base >= 4 && < 5- , yaml >= 0.8+ , aeson >= 0.5 , system-filepath >= 0.4 , system-fileio >= 0.3 , bytestring >= 0.9