# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 110047 2013-08-25 16:36:09Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       tagsoup 0.13
revision            1
checksums           rmd160  b94f75cc39784199e51a8d62816308a7c8944a5a \
                    sha256  617eba9017684ffcc4abe3627a43e2ad69d788901facdfa6a3b77f58b363d3dd

platforms           darwin
license             BSD
maintainers         nomaintainer

description         Parsing and extracting information from (possibly malformed) HTML/XML documents
long_description    \
    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.

depends_lib-append  port:hs-text
