# $Id: Portfile 85182 2011-10-10 20:27:15Z snc@macports.org $

PortSystem      1.0
PortGroup       haskell 1.0

haskell.setup   vector-space 0.6.0
license         BSD
maintainers     nomaintainer
platforms       darwin
description     Vector & affine spaces, linear maps, and derivatives

long_description \
    vector-space provides classes and generic operations for vector spaces and \
    affine spaces. It also defines a type of infinite towers of generalized \
    derivatives. A generalized derivative is a linear transformation rather \
    than one of the common concrete representations (scalars, vectors, \
    matrices, ...).

checksums       md5     a0b42249c7a564363f9495e48261d17a \
                sha1    e574ac394c81ddd66ce29d9feedd4570709e9a55 \
                rmd160  5a08acce5f395175e450b3cd0b85d2e620057565

depends_build-append \
    port:hs-Boolean \
    port:hs-MemoTrie

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

universal_variant no
