# -*- 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 106827 2013-06-09 00:23:13Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       uniplate 1.6.10
revision            1
checksums           rmd160  917c17929a1dfe1fa2b91fb756e376ace49d31ce \
                    sha256  433aa7ac4bb939d27b4ed4b2fedf99d5768b51c18fc918914b1bd13ae9d61048

license             BSD
platforms           darwin
maintainers         nomaintainer

description         Help writing simple, concise and fast generic operations.
long_description    \
    Uniplate is library for writing simple and concise generic operations. \
    Uniplate has similar goals to the original Scrap Your Boilerplate work, but \
    is substantially simpler and faster.

depends_lib-append  port:hs-hashable \
                    port:hs-syb \
                    port:hs-unordered-containers
