# -*- 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 106851 2013-06-09 10:55:44Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       blaze-markup 0.5.1.5
revision            3
checksums           rmd160  db2be1afafebf25befe4016bf225261890b92ed5 \
                    sha256  e4d034560e6808c5fdb8ca2eeef0031f3caff5398ba4fee72a049eea43ad7a3c

platforms           darwin
license             BSD
maintainers         nomaintainer

description         A blazingly fast markup combinator library for Haskell
long_description    \
    Core modules of a blazingly fast markup combinator library for the Haskell \
    programming language.

depends_lib-append  port:hs-blaze-builder \
                    port:hs-text
