1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Name: vector-benchmarks
Version: 0.6.0.1
License: BSD3
License-File: LICENSE
Author: Roman Leshchinskiy <rl@cse.unsw.edu.au>
Maintainer: Roman Leshchinskiy <rl@cse.unsw.edu.au>
Copyright: (c) Roman Leshchinskiy 2010
Cabal-Version: >= 1.2
Build-Type: Simple
Executable algorithms
Main-Is: Main.hs
Build-Depends: base >= 2 && < 5, array,
criterion >= 0.5 && < 0.6,
mwc-random >= 0.5 && < 0.6,
vector == 0.6.0.1
if impl(ghc<6.13)
Ghc-Options: -finline-if-enough-args -fno-method-sharing
Ghc-Options: -O2
Other-Modules:
Algo.ListRank
Algo.Rootfix
Algo.Leaffix
Algo.AwShCC
Algo.HybCC
Algo.Quickhull
Algo.Spectral
Algo.Tridiag
TestData.ParenTree
TestData.Graph
TestData.Random
|