Popularity
9.8
Stable
Activity
0.0
Declining
325
20
99
Monthly Downloads: 22
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Other
Sample Code
Latest version: v0.4.7
parconc-examples alternatives and similar packages
Based on the "Sample Code" category.
Alternatively, view parconc-examples alternatives based on common mentions on social networks and blogs.
-
hid-examples
Examples to accompany the book "Haskell in Depth"
Do you think we are missing an alternative of parconc-examples or a related project?
README
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 new-build
cabal new-build
Building with Cabal
cabal sandbox init
cabal install --only-dependencies
cabal configure
cabal build