-- arch-tag: Haskell XML Toolbox main description file Name: hxt-tagsoup Version: 9.0.0 Synopsis: TagSoup parser for HXT Description: The Tagsoup interface for the HXT lazy HTML parser. License: OtherLicense License-file: LICENSE Author: Uwe Schmidt Maintainer: Uwe Schmidt Stability: Stable Category: XML Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Copyright: Copyright (c) 2010 Uwe Schmidt Build-type: Simple Cabal-version: >=1.6 extra-source-files: examples/hparser/HXmlParser.hs library exposed-modules: Text.XML.HXT.TagSoup other-modules: Text.XML.HXT.Arrow.TagSoupInterface, Text.XML.HXT.Parser.TagSoup hs-source-dirs: src ghc-options: -Wall extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances build-depends: base >= 4 && < 5, haskell98 >= 1 && < 2, tagsoup >= 0.10 && < 0.11, hxt-charproperties >= 9 && < 10, hxt >= 9 && < 10