packages feed

Cabal revisions of hxt-9.3.1.13

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.1.13+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.   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,                 parsec     >= 2.1   && < 4,                 HUnit      >= 1.2   && < 2,                 mtl        >= 2.0.1 && < 3,-                deepseq    >= 1.1   && < 2,+                deepseq    >= 1.1   && < 1.4,                 bytestring >= 0.9   && < 1,                 binary     >= 0.5   && < 1,                 hxt-charproperties  >= 9.1    && < 10,