# -*- 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       hinstaller 2008.2.16
revision            2
checksums           rmd160  4af29721a7820c7a198217064921e1305a5908ec \
                    sha256  0c5172fb5b64d7c3d9a2908c9cb0936e7a2a606e20fa6e8ebc361e8e52c7aed1

license             LGPL-2.1+
maintainers         cal openmaintainer
platforms           darwin

description         Installer wrapper for Haskell applications
long_description    \
    This module allows you to incorporate arbitrary files into a haskell module \
    during compilation. The files are then available to you through functions \
    which allows you to write installer-type applications which write out the \
    files when run. Thus this can be considered in the same model as Java .jar \
    files or executable zip or other file archives.
