Source: haskell-tagsoup
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org>
Build-Depends:
 cdbs,
 debhelper (>= 7),
 haskell-devscripts (>= 0.7),
 ghc6,
 ghc6-prof,
 libghc6-network-dev,
 libghc6-network-prof,
 libghc6-mtl-dev,
 libghc6-mtl-prof,
 libghc6-quickcheck2-dev (>= 2.1),
 libghc6-quickcheck2-dev (<< 2.2),
 libghc6-quickcheck2-prof,
 libghc6-http-dev,
 libghc6-http-prof,
 libghc6-deepseq-dev (>= 1.1.0.0),
 libghc6-deepseq-dev (<< 1.1.0.1),
 libghc6-deepseq-prof
Build-Depends-Indep:
 ghc6-doc,
 libghc6-mtl-doc,
 libghc6-network-doc,
 libghc6-parsec-doc,
 libghc6-quickcheck2-doc,
 haskell-http-doc,
 libghc6-deepseq-doc
Standards-Version: 3.8.4
Homepage: http://www-users.cs.york.ac.uk/~ndm/tagsoup/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tagsoup
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tagsoup

Package: libghc6-tagsoup-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell library to robustly parse unstructured HTML
 TagSoup extracts information out of unstructured HTML code, sometimes
 known as tag soup. TagSoup does not require well-formed or
 standards-compliant HTML, or HTML that renders correctly in any
 particular rendering engine.  TagSoup transforms HTML into a list of
 open tags with attributes, close tags, and text, but makes no attempt
 to group these together into any kind of structure.
 .
 This package it not related to the Java TagSoup library.

Package: libghc6-tagsoup-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Profiling support for TagSoup Haskell library
 TagSoup extracts information out of unstructured HTML code, sometimes
 known as tag soup. TagSoup does not require well-formed or
 standards-compliant HTML, or HTML that renders correctly in any
 particular rendering engine.  TagSoup transforms HTML into a list of
 open tags with attributes, close tags, and text, but makes no attempt
 to group these together into any kind of structure.
 .
 This package contains the profiling support for the TagSoup library.

Package: libghc6-tagsoup-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Documentation for Haskell TagSoup library
 TagSoup extracts information out of unstructured HTML code, sometimes
 known as tag soup. TagSoup does not require well-formed or
 standards-compliant HTML, or HTML that renders correctly in any
 particular rendering engine.  TagSoup transforms HTML into a list of
 open tags with attributes, close tags, and text, but makes no attempt
 to group these together into any kind of structure.
 .
 This package contains the API documentation and example for the TagSoup
 library.

