           SPELL=haskell-tagsoup
         VERSION=0.14.7
          SOURCE="tagsoup-$VERSION.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/package/tagsoup-$VERSION/$SOURCE
     SOURCE_HASH=sha512:7037525e8894bbbaf0e64f1e87e117179dd0ba1d1bce3cf6999bdab9f7cbfd6a006ee76d53719cd596490daa35b4bf7cdfe62ec50ee55ec9a406860ea8476991
SOURCE_DIRECTORY="$BUILD_DIRECTORY/tagsoup-$VERSION"
        WEB_SITE="http://community.haskell.org/~ndm/tagsoup/"
      LICENSE[0]="BSD3"
         ENTERED=20150626
        KEYWORDS=""
           SHORT="Parsing of (possibly malformed) HTML/XML"
cat << EOF
TagSoup is a library for parsing HTML/XML. It supports the HTML 5
specification, and can be used to parse either well-formed XML, or unstructured
and malformed HTML from the web. The library also provides useful functions to
extract information from an HTML document, making it ideal for screen-scraping.

Users should start from the "Text.HTML.TagSoup" module.
EOF
