# -*- 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 114568 2013-12-10 14:21:30Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       void 0.6.1
revision            4
checksums           rmd160  d6049fcdcb2e44844cb24433897d86c7057edc71 \
                    sha256  82ec2a7edf3fa52eba2ed4821306859a75186e6df2a564943e9f9d758205ea26

license             BSD
maintainers         cal openmaintainer
platforms           darwin

description         A Haskell 98 logically uninhabited data type
long_description    \
    A Haskell 98 logically uninhabited data type, used to indicate that a given \
    term should not exist.

depends_lib-append  port:hs-hashable \
                    port:hs-semigroups
