hxt-http 9.1.4 → 9.1.5
raw patch · 1 files changed
+11/−3 lines, 1 filesdep +network-uridep ~networkPVP ok
version bump matches the API change (PVP)
Dependencies added: network-uri
Dependency ranges changed: network
API changes (from Hackage documentation)
Files
- hxt-http.cabal +11/−3
hxt-http.cabal view
@@ -1,6 +1,5 @@--- arch-tag: Haskell XML Toolbox main description file Name: hxt-http-Version: 9.1.4+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@@ -18,6 +17,10 @@ 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@@ -36,6 +39,11 @@ build-depends: base >= 4 && < 5, parsec >= 2.1 && < 4, bytestring >= 0.9 && < 1,- network >= 2.1 && < 3, 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