about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorAlexandre Esteves <2335822+alexfmpe@users.noreply.github.com>2020-04-22 00:02:11 +0100
committerGitHub <noreply@github.com>2020-04-22 01:02:11 +0200
commit4cc383dd9ad39559d7e015d7116944523906cfd2 (patch)
tree1016a164b64b4118c47a031947201380617ae714 /nixos/doc/manual
parente71990711f699b0f31173a6eec3a1941af938e2d (diff)
downloadnixlib-4cc383dd9ad39559d7e015d7116944523906cfd2.tar
nixlib-4cc383dd9ad39559d7e015d7116944523906cfd2.tar.gz
nixlib-4cc383dd9ad39559d7e015d7116944523906cfd2.tar.bz2
nixlib-4cc383dd9ad39559d7e015d7116944523906cfd2.tar.lz
nixlib-4cc383dd9ad39559d7e015d7116944523906cfd2.tar.xz
nixlib-4cc383dd9ad39559d7e015d7116944523906cfd2.tar.zst
nixlib-4cc383dd9ad39559d7e015d7116944523906cfd2.zip
Fix typos (#85693)
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2003.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml
index 62251e0b25b9..393a9286ca4f 100644
--- a/nixos/doc/manual/release-notes/rl-2003.xml
+++ b/nixos/doc/manual/release-notes/rl-2003.xml
@@ -935,8 +935,8 @@ services.dnsmasq.servers = [ "127.0.0.1#43" ];
    </listitem>
    <listitem>
     <para>
-      Haskell <varname>env</varname> and <varname>shellFor</varname> dev shell environments now organized dependencies the same way as regular builds.
-      In particular, rather than receiving all the different lists of dependencies master together as one big lists, and then partitioning into Haskell and non-Hakell dependencies, they work from the original many different dependency parameters and don't need to algorithmically partition anything.
+      Haskell <varname>env</varname> and <varname>shellFor</varname> dev shell environments now organize dependencies the same way as regular builds.
+      In particular, rather than receiving all the different lists of dependencies mashed together as one big list, and then partitioning into Haskell and non-Hakell dependencies, they work from the original many different dependency parameters and don't need to algorithmically partition anything.
     </para>
     <para>
       This means that if you incorrectly categorize a dependency, e.g. non-Haskell library dependency as a <varname>buildDepends</varname> or run-time Haskell dependency as a <varname>setupDepends</varname>, whereas things would have worked before they may not work now.