aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2017-07-20 12:18:38 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2017-07-20 12:18:38 +0200
commit53598f89117d3a860eaf11ec44f93acf708b93c1 (patch)
tree2a89caac2ed75d0b0b2dda3b443b3931969a44ef /README.md
parent92d95c2121e0323884ce65133611f309bd13786f (diff)
Mention new-build in README
Diffstat (limited to 'README.md')
-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