# -*- 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       data-accessor-template 0.2.1.10
revision            4
checksums           rmd160  e8ab0a4be533b0dcef4f4c88165c514110ab1cd1 \
                    sha256  fe3b5588b1101ab5dac3a8ad7379c0ccb54374371d36a0a93df45e721e604485

license             BSD
maintainers         cal openmaintainer
platforms           darwin

description         Utilities for accessing and manipulating fields of records
long_description    \
    Automate generation of Accessor's of the data-accessor package by Template \
    Haskell functions.

depends_lib-append  port:hs-data-accessor \
                    port:hs-utility-ht