aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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