Stefan Dresselhaus
410c717abe
- modified main-loop - changed error-handling - all read arrays are now repa-arrays - modified & tested output to print generic DIM2-repa-arrays in our format
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
name: hgraph
|
|
version: 0.0.1
|
|
cabal-version: >=1.2
|
|
build-type: Simple
|
|
license: AllRightsReserved
|
|
license-file: ""
|
|
description:
|
|
data-dir: ""
|
|
|
|
executable hgraph
|
|
build-depends:
|
|
QuickCheck -any,
|
|
Stream -any,
|
|
accelerate -any,
|
|
base -any,
|
|
bytestring -any,
|
|
deepseq -any,
|
|
ghc -any,
|
|
monad-par >=0.3.4,
|
|
parallel -any,
|
|
repa >=3.2,
|
|
text -any,
|
|
transformers >=0.3.0
|
|
main-is: Main.hs
|
|
buildable: True
|
|
hs-source-dirs: src
|
|
other-modules: DCB DCB
|
|
ghc-options: -threaded -rtsopts -eventlog
|
|
extensions: DoAndIfThenElse
|
|
|
|
test-suite test-hgraph
|
|
build-depends: QuickCheck -any, Stream -any, accelerate -any,
|
|
base -any, bytestring -any, deepseq -any, ghc -any,
|
|
monad-par >=0.3.4, parallel -any, repa >=3.2, text -any
|
|
type: exitcode-stdio-1.0
|
|
main-is: Main.hs
|
|
buildable: True
|
|
cpp-options: -DMAIN_FUNCTION=testMain
|
|
hs-source-dirs: src
|
|
ghc-options: -threaded -rtsopts -eventlog |