2013-11-14 12:28:05 +00:00
|
|
|
name: hgraph
|
|
|
|
version: 0.0.1
|
|
|
|
cabal-version: >=1.2
|
|
|
|
build-type: Simple
|
|
|
|
license: AllRightsReserved
|
|
|
|
license-file: ""
|
|
|
|
description:
|
|
|
|
data-dir: ""
|
|
|
|
|
|
|
|
executable hgraph
|
2013-11-15 12:19:25 +00:00
|
|
|
build-depends: QuickCheck -any, Stream -any, accelerate -any,
|
|
|
|
base -any, bytestring -any, deepseq -any, ghc -any, monad-par -any,
|
2013-11-15 15:41:18 +00:00
|
|
|
parallel -any, text -any
|
2013-11-14 12:28:05 +00:00
|
|
|
main-is: Main.hs
|
|
|
|
buildable: True
|
|
|
|
hs-source-dirs: src
|
2013-11-14 14:27:42 +00:00
|
|
|
ghc-options: -threaded -rtsopts -eventlog
|
2013-11-14 12:28:05 +00:00
|
|
|
|
|
|
|
test-suite test-hgraph
|
2013-11-15 12:19:25 +00:00
|
|
|
build-depends: QuickCheck -any, Stream -any, accelerate -any,
|
|
|
|
base -any, bytestring -any, deepseq -any, ghc -any, monad-par -any,
|
2013-11-15 15:41:18 +00:00
|
|
|
parallel -any, text -any
|
2013-11-14 12:28:05 +00:00
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
main-is: Main.hs
|
|
|
|
buildable: True
|
|
|
|
cpp-options: -DMAIN_FUNCTION=testMain
|
2013-11-14 14:27:42 +00:00
|
|
|
hs-source-dirs: src
|
|
|
|
ghc-options: -threaded -rtsopts -eventlog
|