Skip to content
Snippets Groups Projects
Commit 53598f89 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Mention new-build in README

parent 92d95c21
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,14 @@ Clone the repository: ...@@ -59,6 +59,14 @@ Clone the repository:
and then proceed using your favourite build tool. 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 ###### Using Cabal sandboxes
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment