We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc468af commit 471f4d4Copy full SHA for 471f4d4
README.md
@@ -64,6 +64,14 @@ cabal v2-build
64
cabal v2-repl
65
```
66
67
+4. Development status loop with amazing [`ghcid`](https://github.com/ndmitchell/ghcid):
68
+```
69
+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"
70
71
+(optional) To use projects reproducible environment, wrap `ghcid ...` command into a `nix-shell --command ' '`.
72
+
73
+For simplicity alias it for your shell.
74
75
3. Testing:
76
77
* Default suite:
0 commit comments