1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
-- arch-tag: Haskell XML Toolbox main description file
Name: hxt-tagsoup
Version: 9.1.4
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 <uwe@fh-wedel.de>
Stability: Stable
Category: XML
Homepage: https://github.com/UweSchmidt/hxt
Copyright: Copyright (c) 2016 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
ghc-prof-options: -caf-all
extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances CPP
build-depends: base >= 4 && < 5,
tagsoup >= 0.13,
hxt-charproperties >= 9,
hxt-unicode >= 9,
hxt >= 9.1
Source-Repository head
Type: git
Location: git://github.com/UweSchmidt/hxt.git
|