name: scan-vector-machine
version: 0.2
Cabal-Version: >= 1.8
build-type: Simple
synopsis: An implementation of the Scan Vector Machine instruction set in Haskell
license: BSD3
category: Parallelism
maintainer: Adam Megacz <megacz@cs.berkeley.edu>
description: An implementation of the Scan Vector Machine instruction set in Haskell
license-file: LICENSE
library
exposed-modules: ScanVectorMachine
, SerialScanVectorMachine
, SegmentedScanVectorMachine
, NestedVectors
, DataParallelHaskellSVM
, AccelerateSVM
build-depends: haskell2010, HUnit >=1.0, array, dph-par, accelerate
Test-Suite Test
type: exitcode-stdio-1.0
main-is: Tests.hs
build-depends: haskell2010, HUnit >=1.0, array