README: upd info

This commit is contained in:
Anton-Latukha 2021-01-14 00:01:09 +02:00 committed by Anton Latukha
parent 63f164bd9c
commit fa3c4460d4

View File

@ -240,6 +240,8 @@ hnix --eval -E "import <nixpkgs> {}" --find
## Contributing
Haskell Language Server & Cabal development. Or development in the Nis shell environment.
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.
2. You are free to chat with everyone on [Gitter](https://gitter.im/haskell-nix/Lobby).
@ -248,13 +250,13 @@ hnix --eval -E "import <nixpkgs> {}" --find
```shell
git submodule update --init --recursive
nix-shell --run "LANGUAGE_TESTS=yes cabal v2-test"
cabal v2-test
```
Please, check that all tests that were passing prior (most probably all tests mentioned in the command) are still passing for the PR, it is faster to check that locally than through CI. It's OK if no new tests are passing.
### Minimalistic development status loop with amazing [`ghcid`](https://github.com/ndmitchell/ghcid)
### (optional) Minimalistic development status loop with amazing [`ghcid`](https://github.com/ndmitchell/ghcid)
```shell
ghcid --command="cabal v2-repl --repl-options=-fno-code --repl-options=-fno-break-on-exception --repl-options=-fno-break-on-error --repl-options=-v1 --repl-options=-ferror-spans --repl-options=-j"
@ -263,6 +265,7 @@ ghcid --command="cabal v2-repl --repl-options=-fno-code --repl-options=-fno-brea
For simplicity `alias` the command in your shell.
## Current status
To understand the project implementation state see [Changelog](https://github.com/haskell-nix/hnix/blob/master/CHANGELOG.md), [opened reports](https://github.com/haskell-nix/hnix/issues) and [Project status](https://github.com/haskell-nix/hnix/wiki/Project-status).