# -*- 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       language-c 0.4.7
checksums           rmd160  fed78e53d478df1e93aa95fc7299a4c83f3d887b \
                    sha256  5f6dc9d86b1f88dec1800e1a4fc43aa52f85fe4bb865ba268aca34b399a512e4

license             BSD
maintainers         nomaintainer
platforms           darwin

description         Analysis and generation of C code
long_description    \
    Language C is a haskell library for the analysis and generation of C code. \
    It features a complete, well tested parser and pretty printer for all of \
    C99 and a large set of GNU extensions.

depends_lib-append  port:hs-alex \
                    port:hs-happy \
                    port:hs-syb