diff --git a/README.md b/README.md index 23d0dd0bec01955252a21801b1725b1b9cb68f12..a21b29e9087c8e0fc126560d5c91a26131f7f8c5 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,14 @@ Clone the repository: and then proceed using your favourite build tool. +###### Using [`cabal new-build`](http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html) + +```bash +cabal new-build -w ghc-8.2.1 +# build & run the test suite +cabal new-test -w ghc-8.2.1 +``` + ###### Using Cabal sandboxes ```bash