# -*- 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       storable-complex 0.2.1
revision            5
checksums           rmd160  7239ebf07f9b7fe1f6c6d2e73057d87535dac954 \
                    sha256  5f5d9e1c71de41379e0b9249f4ddc7c5fb6756333ebb1127e790977aa2b6dd36

license             BSD
maintainers         cal openmaintainer
platforms           darwin

description         Storable instance for Complex
long_description    \
    Provides a Storable instance for Complex which is binary compatible with \
    C99, C++ and Fortran complex data types. The only purpose of this package \
    is to provide a standard location for this instance so that other packages \
    needing this instance can play nicely together.