Graph500-0.4.0: Graph500.cabal
Name: Graph500
Version: 0.4.0
Synopsis: Graph500 benchmark-related definitions and data set generator.
Description:
Graph generator library and standalone graph generator. The
generator allows you to generate your data once and then use it
for benchmarking and debugging. Graph generation algorithm follows
Graph500 specification <http://www.graph500.org/specifications#sec-3_3>.
License: GPL-2
License-file: LICENSE
Author: serguey.zefirov@parsci.com
Maintainer: alexander.vershilov@parsci.com
Copyright: (C) 2013 Parallel Scientific Labs, LLC
Category: Concurrency
Build-type: Simple
Cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/ps-labs/graph500.git
Library
Exposed-modules: G500, G500.Index, G500.Generate, G500.Read, G500.GenerateFile
hs-source-dirs: src
Build-depends: array >= 0.3,
base >= 3.0 && < 5.0,
containers >= 0.3,
mtl >= 1.1,
mersenne-random-pure64 >= 0.2 && < 0.3,
random >= 1.0
ghc-options: -Wall
-- Stream generator program.
Executable graph500gen
Main-Is: src/Gen.hs
Build-depends: array >= 0.3,
base >= 0.3 && < 5.0,
Graph500,
mtl >= 1.1