packages feed

hxt-http 9.1.3 → 9.1.4

raw patch · 2 files changed

+5/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hxt-http.cabal view
@@ -1,10 +1,12 @@ -- arch-tag: Haskell XML Toolbox main description file Name:           hxt-http-Version:        9.1.3+Version:        9.1.4 Synopsis:       Interface to native Haskell HTTP package HTTP Description:    Interface to native Haskell HTTP package HTTP.                 This package can be used as alternative for the hxt-curl package-                for accessing documents via HTTP+                for accessing documents via HTTP.+                .+                Changes to 9.1.3: New warnings from ghc-7.4 removed License:        MIT License-file:   LICENSE Author:         Uwe Schmidt
src/Text/XML/HXT/IO/GetHTTPNative.hs view
@@ -21,6 +21,7 @@ where  import Control.Arrow+import Control.Exception                        ( try )  import Text.XML.HXT.DOM.XmlKeywords import Text.XML.HXT.DOM.TypeDefs                ( Attributes )@@ -46,7 +47,6 @@ 						, stderr 						) import System.IO.Error                          ( ioeGetErrorString-						, try 						)  import Network.Browser                          ( Proxy(..)