           SPELL=haskell-tagstream-conduit
         VERSION=0.5.5.3
          SOURCE="tagstream-conduit-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/tagstream-conduit-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:84625975df6c6c315011ebfd63d551b22c00927fa9add390d9e723bc104d4a7881743aaf6bceae0ff42efc6056a314baddb594fd5e344449333ea7ff6cbcf154
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/tagstream-conduit-${VERSION}"
        WEB_SITE="http://github.com/yihuang/tagstream-conduit"
      LICENSE[0]=BSD
         ENTERED=20150806
           SHORT="streamlined html tag parser"
cat << EOF
Tag-stream is a library for parsing HTMLXML to a token stream. It can parse
unstructured and malformed HTML from the web. It also provides an Enumeratee
which can parse streamline html, which means it consumes constant memory. You
can start from the tests/Tests.hs module to see what it can do.
EOF
