Skip to content

Commit 53598f8

Browse files
committed
Mention new-build in README
1 parent 92d95c2 commit 53598f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ Clone the repository:
5959

6060
and then proceed using your favourite build tool.
6161

62+
###### Using [`cabal new-build`](http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html)
63+
64+
```bash
65+
cabal new-build -w ghc-8.2.1
66+
# build & run the test suite
67+
cabal new-test -w ghc-8.2.1
68+
```
69+
6270
###### Using Cabal sandboxes
6371

6472
```bash

0 commit comments

Comments
 (0)