# -*- 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$

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       chunks 2007.4.18
revision            4
checksums           rmd160  d41f3f2fa38da0263a084271f65de94ca5e1c0de \
                    sha256  7f3a9042423f7ed4484cdc2d8fe25e7af33f4de38c16a3defba5db053f8dbc61

license             LGPL-2.1+
maintainers         nomaintainer
platforms           darwin

description         Simple template library with static safety
long_description    \
    This library supports templates inspired by the Perl HTML::Chunks module, \
    but this Haskell implementation checks at compile time that the templates \
    used exist and are used correctly. The templates are combined within the \
    compiled Haskell, removing the dependency on the external template file.