# -*- 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

epoch               1
haskell.setup       scientific 0.2.0.2
revision            1
checksums           rmd160  fc0e643024a7e86102c136ab8ff6d186bc9cf495 \
                    sha256  c0114a8809f34c1bc284e53ce0ce836a0f23ed2535ef9df06417e65a9c6a398f

maintainers         nomaintainer
platforms           darwin
license             BSD

description         Numbers represented using scientific notation
long_description    \
    Data.Scientific provides a space efficient and arbitrary precision \
    scientific number type.

depends_lib-append  port:hs-hashable \
                    port:hs-text