http-conduit 1.8.3 → 1.8.4
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Network/HTTP/Conduit/Types.hs +1/−0
- http-conduit.cabal +1/−1
Network/HTTP/Conduit/Types.hs view
@@ -127,6 +127,7 @@ { proxyHost :: S.ByteString -- ^ The host name of the HTTP proxy. , proxyPort :: Int -- ^ The port number of the HTTP proxy. }+ deriving (Show, Read, Eq, Typeable) data HttpException = StatusCodeException W.Status W.ResponseHeaders | InvalidUrlException String String
http-conduit.cabal view
@@ -1,5 +1,5 @@ name: http-conduit-version: 1.8.3+version: 1.8.4 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>