Cabal revisions of hxt-9.3.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-- arch-tag: Haskell XML Toolbox main description file Name: hxt Version: 9.3.0.1+x-revision: 1 Synopsis: A collection of tools for processing XML with Haskell. Description: The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general approach for processing XML with Haskell. hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema contain the extensions. hxt-unicode contains encoding and decoding functions, hxt-charproperties char properties for unicode and XML.- .- Changes from 9.3.0: upper bound for network set to be < 2.4 (URI signatures changed in 2.4) .+ Changes from 9.3.0: upper bound for network set to be < 2.4 (URI signatures changed in 2.4)+ . Changes from 9.2.2: XMLSchema validation integrated . Changes from 9.2.1: user defined mime type handlers added extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances - build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.8, containers >= 0.2 && < 1, directory >= 1 && < 2, filepath >= 1 && < 2, HUnit >= 1.2 && < 2, mtl >= 2 && < 3, network >= 2.1 && < 2.4,- deepseq >= 1.1 && < 2,+ deepseq >= 1.1 && < 1.4, bytestring >= 0.9 && < 1, binary >= 0.5 && < 1, hxt-charproperties >= 9.1 && < 10,