# -*- 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       language-c 0.4.2
revision            3
checksums           rmd160  9c20128ec44585bbb3a7079ba78b802c173dabb9 \
                    sha256  6384cf03a00008b65ad126c2582699b3de52de594468386d2c79cf63c926ee1e

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
