packages feed

pipes-network-tls 0.2.0 → 0.2.1

raw patch · 4 files changed

+35/−10 lines, 4 filesdep ~pipesdep ~pipes-networkdep ~pipes-safe

Dependency ranges changed: pipes, pipes-network, pipes-safe

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2013, Renzo Carbonara+Copyright (c) 2013-2014, Renzo Carbonara  All rights reserved. 
PEOPLE view
@@ -3,3 +3,4 @@ discussions about the library design.  Renzo Carbonara+Gabriel Gonzalez
+ changelog view
@@ -0,0 +1,23 @@+# Version 0.2.1++* Dependency bumps.+++# Version 0.2.0++* Significantly upgraded the API and renamed functions to play well with+  pipes-4.0, pipes-safe-2.0, pipes-network-0.6 and+  network-simple-tls-0.2.++* Throw `IOError` in `IO` in order to report timeout errors. Delete+  the `Timeout` data-type.+++# Version 0.1.1.0++* Re-export `Network.Socket.withSocketsDo`+++# Version 0.1.0.0++* First release.
pipes-network-tls.cabal view
@@ -1,12 +1,12 @@ name:               pipes-network-tls-version:            0.2.0+version:            0.2.1 license:            BSD3 license-file:       LICENSE-copyright:          Copyright (c) Renzo Carbonara 2013+copyright:          Copyright (c) Renzo Carbonara 2013-2014 author:             Renzo Carbonara maintainer:         renzocarbonaraλgmail.com stability:          Experimental-tested-with:        GHC == 7.4.1+tested-with:        GHC == 7.6.3 homepage:           https://github.com/k0001/pipes-network-tls bug-reports:        https://github.com/k0001/pipes-network-tls/issues category:           Pipes, Network@@ -14,6 +14,7 @@ synopsis:           TLS-secured network connections support for pipes. cabal-version:      >=1.8 extra-source-files:+  changelog   README.md   PEOPLE   examples/tls-echo.hs@@ -31,7 +32,7 @@   You only need to use this module if you want to acquire and release   operating system resources within a pipeline.   .-  See the @NEWS@ file in the source distribution to learn about any+  See the @changelog@ file in the source distribution to learn about any   important changes between version.  source-repository head@@ -44,11 +45,11 @@         base                (==4.*),         bytestring          (>=0.9.2.1),         network,-        network-simple      (>=0.3 && <0.4),-        network-simple-tls  (>=0.2 && <0.3),-        pipes               (>=4.0 && <4.1),-        pipes-network       (>=0.6 && <0.7),-        pipes-safe          (>=2.0 && <2.1),+        network-simple      (>=0.3   && <0.4),+        network-simple-tls  (>=0.2   && <0.3),+        pipes               (>=4.0   && <4.2),+        pipes-network       (>=0.6.2 && <0.7),+        pipes-safe          (>=2.0.2 && <2.1),         tls                 (>=1.1 && <1.2),         transformers        (>=0.2 && <0.4)     exposed-modules: