From 53598f89117d3a860eaf11ec44f93acf708b93c1 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Thu, 20 Jul 2017 12:18:38 +0200 Subject: Mention new-build in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 23d0dd0b..a21b29e9 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 -- cgit v1.2.3