Cabal revisions of mwc-random-accelerate-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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-+name: mwc-random-accelerate +version: 0.1.0.0 +x-revision: 1 +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.11 + , 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 +
revision 2
name: mwc-random-accelerate version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Generate Accelerate arrays filled with high quality pseudorandom numbers description: Generate /Accelerate/ arrays filled with high-quality pseudorandom numbers. Data.Array.Accelerate.System.Random.MWC build-depends: - base >= 4.7 && < 4.11 + base >= 4.7 && < 4.12 , accelerate >= 0.15 , mwc-random >= 0.8
revision 3
name: mwc-random-accelerate version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: Generate Accelerate arrays filled with high quality pseudorandom numbers description: Generate /Accelerate/ arrays filled with high-quality pseudorandom numbers. Data.Array.Accelerate.System.Random.MWC build-depends: - base >= 4.7 && < 4.12 + base >= 4.7 && < 5 , accelerate >= 0.15 , mwc-random >= 0.8