diff options
| author | Arnout Engelen <arnout@bzzt.net> | 2023-11-09 21:48:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-09 21:48:05 +0100 |
| commit | 97b0ae26f7c8a1682b5437a64edcd73ab1798c9b (patch) | |
| tree | b7a421f5dd7358d9c2099c4717aa49525addc700 /doc/languages-frameworks/haskell.section.md | |
| parent | Merge pull request #265860 from anthonyroussel/disable-flaky-test-ssm-agent (diff) | |
| download | nixpkgs-97b0ae26f7c8a1682b5437a64edcd73ab1798c9b.tar.gz | |
doc: avoid 'simply' (#266434)
While the word 'simply' is usually added to encourage readers, it often has the
opposite effect and may even appear condescending, especially when the reader
runs into trouble trying to apply the suggestions from the documentation. It is
almost always an improvement to simply drop the word from the sentence.
(there are more possible improvements like this, we can apply those in separate
PRs)
Diffstat (limited to 'doc/languages-frameworks/haskell.section.md')
| -rw-r--r-- | doc/languages-frameworks/haskell.section.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md index 6b9ce32d1736..b0b5f5c3bb2f 100644 --- a/doc/languages-frameworks/haskell.section.md +++ b/doc/languages-frameworks/haskell.section.md @@ -177,7 +177,7 @@ exactly one version. Those versions need to satisfy all the version constraints given in the `.cabal` file of your package and all its dependencies. The [Haskell builder in nixpkgs](#haskell-mkderivation) does no such thing. -It will simply take as input packages with names off the desired dependencies +It will take as input packages with names off the desired dependencies and just check whether they fulfill the version bounds and fail if they don’t (by default, see `jailbreak` to circumvent this). @@ -780,7 +780,7 @@ there instead. The top level `pkgs.haskell-language-server` attribute is just a convenience wrapper to make it possible to install HLS for multiple GHC versions at the same time. If you know, that you only use one GHC version, e.g., in a project -specific `nix-shell` you can simply use +specific `nix-shell` you can use `pkgs.haskellPackages.haskell-language-server` or `pkgs.haskell.packages.*.haskell-language-server` from the package set you use. |
