Skip to content

Commit 314b81b

Browse files
ttuegelrv-jenkins
andauthored
Remove outdated guidance for developers (#2563)
* shell.nix: Remove obsolete inputs * README.md: Remove outdated guidance * README.md: Fix subject-verb agreement Co-authored-by: rv-jenkins <[email protected]>
1 parent ab0d48c commit 314b81b

File tree

7 files changed

+6
-1070
lines changed

7 files changed

+6
-1070
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Use `docker.sh` to run commands inside the container:
7070
For setting up a development environment, we recommend:
7171

7272
- [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.
7777
- [entr] and [fd] for running `./entr.sh` to keep important files up-to-date.
7878

7979
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
132132
[curl]: https://curl.haxx.se/
133133
[make]: https://www.gnu.org/software/make/
134134
[direnv]: https://github.com/direnv/direnv
135-
[ghcide]: https://github.com/digital-asset/ghcide
136135
[haskell-language-server]: https://github.com/haskell/haskell-language-server
137-
[language servers]: https://langserver.org/
136+
[language server]: https://langserver.org/
138137
[hlint]: https://github.com/ndmitchell/hlint
139-
[stylish-haskell]: https://github.com/jaspervdj/stylish-haskell
140138
[kore.cachix.org]: https://kore.cachix.org/
141139
[Nix]: https://nixos.org
142140
[entr]: https://github.com/eradman/entr

nix/ghcide.nix.d/.plan.nix/ghcide.nix

Lines changed: 0 additions & 301 deletions
This file was deleted.

0 commit comments

Comments
 (0)