# -*- 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 71090 2010-09-01 06:47:44Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               haskell 1.0

haskell.setup           language-c 0.3.1.1
maintainers             ryandesign openmaintainer
platforms               darwin

description             C99 parser and pretty-printer

long_description        Language.C is a parser and pretty-printer framework \
                        for C99 and the extensions of gcc.

checksums               md5     4e0360b6439bd8d6519cec6bc213d906 \
                        sha1    8f54ef07ba75888a4e0670bbc8fccf2474d4cb48 \
                        rmd160  dab75d7d02fe21e915b32e63112274c46810c94a

depends_build-append    port:hs-platform-happy \
                        port:hs-platform-alex

# hs-platform-alex and hs-platform-happy are not universal
universal_variant       no
