/haskell-in-depth

Exercises reading Haskell in Depth

Primary LanguageHaskellGNU Lesser General Public License v3.0LGPL-3.0

Haskell In Depth

Exercises reading the Haskell In Depth book.

Project set up

The following is the step with which the project has been created:

cabal init --tests --test-dir=tests --non-interactive

Running tests

cabal test

For a pretty-printed output, use:

cabal test --test-show-details=direct --verbose=0

or run

./test.sh

The test suite can be built with:

cabal build haskell-in-depth-test