uvector-algorithms-0.2: bench/uvector-algorithms-bench.cabal
name: uvector-algorithms-bench
version: 0.2
license: BSD3
license-file: LICENSE
author: Dan Doel
maintainer: Dan Doel <dan.doel@gmail.com>
homepage: http://code.haskell.org/~doio/
category: Benchmark
synopsis: Benchmarks for uvector-algorithms
description: A suite of various benchmarks for verifying the
performance of the algorithms in uvector-algorithms.
build-type: Simple
cabal-version: >= 1.2
executable uvec-bench
build-depends: base, mersenne-random, uvector, uvector-algorithms, mtl
ghc-options: -Wall -O2
main-is: Main.hs
extensions:
Rank2Types