@@ -70,10 +70,10 @@ Use `docker.sh` to run commands inside the container:
70
70
For setting up a development environment, we recommend:
71
71
72
72
- [ direnv] to make the project's tools available in shells and editors.
73
- - [ ghcide ] or [ haskell-language-server] , [ language servers ] for Haskell that are
74
- compatible with most editors. See instructions
75
- [ below ] ( #running-a-language-server ) to run a language server.
76
- - [ hlint] and [ stylish-haskell ] for compliance with project guidelines.
73
+ - [ haskell-language-server] , a [ language server ] for Haskell that is compatible
74
+ with most editors. See instructions [ below ] ( #running-a-language-server ) to run
75
+ a language server.
76
+ - [ hlint] for compliance with project guidelines.
77
77
- [ entr] and [ fd] for running ` ./entr.sh ` to keep important files up-to-date.
78
78
79
79
We recommend to keep ` ./entr.sh ` running in the background
@@ -132,11 +132,9 @@ nix-shell test.nix # enter a shell where we can run tests manually
132
132
[ curl ] : https://curl.haxx.se/
133
133
[ make ] : https://www.gnu.org/software/make/
134
134
[ direnv ] : https://github.com/direnv/direnv
135
- [ ghcide ] : https://github.com/digital-asset/ghcide
136
135
[ haskell-language-server ] : https://github.com/haskell/haskell-language-server
137
- [ language servers ] : https://langserver.org/
136
+ [ language server ] : https://langserver.org/
138
137
[ hlint ] : https://github.com/ndmitchell/hlint
139
- [ stylish-haskell ] : https://github.com/jaspervdj/stylish-haskell
140
138
[ kore.cachix.org ] : https://kore.cachix.org/
141
139
[ Nix ] : https://nixos.org
142
140
[ entr ] : https://github.com/eradman/entr
0 commit comments