Name: hxt-http Version: 9.1.5 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. . Changes to 9.1.3: New warnings from ghc-7.4 removed License: MIT License-file: LICENSE Author: Uwe Schmidt Maintainer: Uwe Schmidt Stability: Experimental Category: XML Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Copyright: Copyright (c) 2011 Uwe Schmidt Build-type: Simple Cabal-version: >=1.6 flag network-uri description: Get Network.URI from the network-uri package default: False library exposed-modules: Text.XML.HXT.HTTP other-modules: Text.XML.HXT.Arrow.LibHTTPInput, Text.XML.HXT.IO.GetHTTPNative hs-source-dirs: src ghc-options: -Wall ghc-prof-options: -auto-all -caf-all extensions: build-depends: base >= 4 && < 5, parsec >= 2.1 && < 4, bytestring >= 0.9 && < 1, HTTP >= 4000 && < 5000, hxt >= 9.1 && < 10 if flag(network-uri) build-depends: network-uri >= 2.6, network >= 2.6 else build-depends: network < 2.6