packages feed

gsl-random-0.4.6: gsl-random.cabal

name:            gsl-random
version:         0.4.6
homepage:        http://github.com/patperry/hs-gsl-random
synopsis:        Bindings the the GSL random number generation facilities.
description:
    Bindings to the GNU Scientific Library random and quasi-random number
    generators and random distributions.
    .
category:        Math
license:         BSD3
license-file:    LICENSE
copyright:       Patrick Perry,
                 Tracy Wadleigh
author:          Patrick Perry,
                 Tracy Wadleigh
maintainer:      Patrick Perry <patperry@gmail.com>
cabal-version:   >= 1.8.0
build-type:      Custom
tested-with:     GHC == 7.4.2

extra-source-files:     NEWS

library
    hs-source-dirs:     lib
    exposed-modules:    GSL.Random.Gen
                        GSL.Random.Dist
                        GSL.Random.Quasi
    other-modules:      GSL.Random.Gen.Internal
                        GSL.Random.Quasi.Internal
    c-sources:          cbits/qrng_extras.c

    ghc-options:        -Wall
    extensions:         ForeignFunctionInterface
    build-depends:      base   >= 4       && < 5
                      , vector >= 0.7.0.1 && < 0.11