@hackage parconc-examples0.4.3
Examples to accompany the book "Parallel and Concurrent Programming in Haskell"
Installation
Dependencies (0)
- HTTP >=4000.2 && <4000.3
- abstract-par >=0.3 && <0.4
- accelerate >=0.12 && <0.16
- accelerate-cuda >=0.12 && <0.15
- accelerate-io
- array >=0.4 && <0.6 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
llvm(off by default)
devil(off by default)
cuda(off by default)
accelerate(on by default)
distributed(on by default)
network26(on by default)
This is the sample code to accompany the book Parallel and Concurrent Programming in Haskell (Simon Marlow, O'Reilly 2013).
To build the code on your system, you need either:
Building with Stack
stack build
will build all the executables and install them in a platform-specific
subdirectory under .stack-work/install.
Building with Cabal
cabal sandox init
cabal install --only-dependencies
cabal configure
cabal build