# $Id: Portfile 64977 2010-03-18 23:31:21Z nox@macports.org $

PortSystem      1.0
PortGroup       haskell 1.0

haskell.setup   data-accessor 0.2.1.2
platforms       darwin
categories      devel
maintainers     nox openmaintainer
description     Utilities for accessing and manipulating fields of records

long_description \
    With this package you can define record field accessors which allow \
    setting, getting and modifying values easily. The package clearly \
    demonstrates the power of the functional approach: You can combine \
    accessors of a record and sub-records, to make the access look like the \
    fields of the sub-record belong to the main record.

checksums       md5     8eabca77e2202dc0735b45ca7dea9175 \
                sha1    e18aa318c3c916e3c00d41bed780cc0fb1ef5e53 \
                rmd160  701eb25bb8240399ee54466dc58727bad70953b8

depends_build-append \
    port:hs-transformers

configure.args-append \
    --docdir=${prefix}/share/doc/${name}

universal_variant no
