# -*- 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 106865 2013-06-09 12:37:02Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       tagsoup 0.12.8
revision            2
checksums           rmd160  70064ae8062411471981c746792c270571fe1ebe \
                    sha256  a31e49133690b546a6b948a9ab9f924aaf5bd94f9e3e0afb99bb570c104c9515

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
