diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2017-07-20 12:18:38 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2017-07-20 12:18:38 +0200 |
commit | 53598f89117d3a860eaf11ec44f93acf708b93c1 (patch) | |
tree | 2a89caac2ed75d0b0b2dda3b443b3931969a44ef | |
parent | 92d95c2121e0323884ce65133611f309bd13786f (diff) |
Mention new-build in README
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |