simonmar/parconc-examples

Sample code to accompany the book "Parallel and Concurrent Programming in Haskell"

Haskell

359

274 commits

updated May 30, 2025

See the code

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

Contributors

simonmar

243 commits

kosmikus

19 commits

neilmayhew

4 commits

ehigham

1 commits

simonmar/parconc-examples

Sample code to accompany the book "Parallel and Concurrent Programming in Haskell"

Haskell

359

274 commits

updated May 30, 2025

See the code

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

Contributors

simonmar

243 commits

kosmikus

19 commits

neilmayhew

4 commits

ehigham

1 commits

Languages

Haskell

95.2%

Makefile

3.8%