hxt-http 9.1.2 → 9.1.3
raw patch · 2 files changed
+2/−3 lines, 2 filesdep −haskell98PVP ok
version bump matches the API change (PVP)
Dependencies removed: haskell98
API changes (from Hackage documentation)
Files
hxt-http.cabal view
@@ -1,6 +1,6 @@ -- arch-tag: Haskell XML Toolbox main description file Name: hxt-http-Version: 9.1.2+Version: 9.1.3 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@@ -32,7 +32,6 @@ extensions: build-depends: base >= 4 && < 5,- haskell98 >= 1 && < 2, parsec >= 2.1 && < 4, bytestring >= 0.9 && < 1, network >= 2.1 && < 3,
src/Text/XML/HXT/IO/GetHTTPNative.hs view
@@ -73,7 +73,7 @@ , parseURIReference ) -import qualified Debug.Trace as T+-- import qualified Debug.Trace as T -- ------------------------------------------------------------ -- -- the native http protocol handler