# -*- 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 106872 2013-06-09 13:23:06Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       language-c 0.3.2.1
name                hs-language-c-03
checksums           rmd160  8a4b15dec3d1d498af5297c132d5d98ebcb88822 \
                    sha256  bdc6680ef0b66454989245b626c437d08e1b5378e522fa160b538a8bd03568e2

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
