README.md: Cabal: form run HNix

This commit is contained in:
Anton-Latukha 2020-09-30 17:35:15 +03:00
parent 35cc977b86
commit 9bc228b3b2
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -98,13 +98,6 @@ env ALL_TESTS=yes cabal v2-test
env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal v2-test env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal v2-test
``` ```
Run built binary with Cabal:
```
cabal v2-run hnix -- --help
```
(`--` is for separation between `cabal` & `hnix` args)
## Entering the HNix REPL ## Entering the HNix REPL
Enter REPL: Enter REPL:
@ -151,6 +144,13 @@ cabal v2-run hnix -- -v5 --trace <args> +RTS -xc
Note that this will run quite slowly, but will give the most information as to what might potentially be going wrong during parsing or evaluation. Note that this will run quite slowly, but will give the most information as to what might potentially be going wrong during parsing or evaluation.
### Run HNix:
```
cabal v2-run hnix -- --help
```
(`--` is for separation between `cabal` & `hnix` args)
## Contributing ## Contributing
1. If something in the [quests](https://github.com/haskell-nix/hnix/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+no%3Aassignee) looks interesting, look through the thread and leave a comment taking it, to let others know you're working on it. 1. If something in the [quests](https://github.com/haskell-nix/hnix/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+no%3Aassignee) looks interesting, look through the thread and leave a comment taking it, to let others know you're working on it.