packages feed

mwc-random-accelerate-0.1.0.0: mwc-random-accelerate.cabal

name:                   mwc-random-accelerate
version:                0.1.0.0
synopsis:               Generate Accelerate arrays filled with high quality pseudorandom numbers
description:
  Generate /Accelerate/ arrays filled with high-quality pseudorandom numbers.
  .
  Refer to the main /Accelerate/ package for more information:
  <http://hackage.haskell.org/package/accelerate>
  .
tested-with:            GHC >= 7.8

license:                BSD3
license-file:           LICENSE
author:                 Trevor L. McDonell
maintainer:             Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
-- copyright:
category:               Data
build-type:             Simple
-- extra-source-files:
cabal-version:          >=1.10

library
  default-language:    Haskell2010
  exposed-modules:
    Data.Array.Accelerate.System.Random.MWC

  build-depends:
      base                      >= 4.7 && < 4.10
    , accelerate                >= 0.15
    , mwc-random                >= 0.8

  ghc-options:          -O2 -Wall

Source-repository head
  Type:                 git
  Location:             git://github.com/tmcdonell/mwc-random-accelerate.git

Source-repository this
  Type:                 git
  Tag:                  0.1.0.0
  Location:             git://github.com/tmcdonell/mwc-random-accelerate.git