summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2022-09-21 17:43:42 +0200
committermaralorn <mail@maralorn.de>2022-09-21 17:43:42 +0200
commitd3eeb5fcd2d6592574725381380fadfddcfdfb5e (patch)
treed2031647a84d740b2c1c38ebc37240c72c6cb306 /nixos
parent90eacab493b6400b787646308798ef810b641eeb (diff)
parent5c46871324e50bd7a63648866e59e6a535071f09 (diff)
downloadnixpkgs-d3eeb5fcd2d6592574725381380fadfddcfdfb5e.tar
nixpkgs-d3eeb5fcd2d6592574725381380fadfddcfdfb5e.tar.gz
nixpkgs-d3eeb5fcd2d6592574725381380fadfddcfdfb5e.tar.bz2
nixpkgs-d3eeb5fcd2d6592574725381380fadfddcfdfb5e.tar.lz
nixpkgs-d3eeb5fcd2d6592574725381380fadfddcfdfb5e.tar.xz
nixpkgs-d3eeb5fcd2d6592574725381380fadfddcfdfb5e.tar.zst
nixpkgs-d3eeb5fcd2d6592574725381380fadfddcfdfb5e.zip
Merge remote-tracking branch 'refs/remotes/origin/haskell-updates' into haskell-updates
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml10
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 12 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index f1c43318347..48431198056 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -1469,6 +1469,16 @@ Superuser created successfully.
           extent.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <literal>pkgs.haskell-language-server</literal> will now by
+          default be linked dynamically to improve TemplateHaskell
+          compatibility. To mitigate the increased closure size it will
+          now by default only support our current default ghc (at the
+          moment 9.0.2). Add other ghc versions via e.g.
+          <literal>pkgs.haskell-language-server.override { supportedGhcVersions = [ &quot;90&quot; &quot;92&quot; ]; }</literal>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-notable-changes">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 1cf1ad72c07..bc3bd639b1b 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -437,6 +437,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 - `/usr` will always be included in the initial ramdisk. See the `fileSystems.<name>.neededForBoot` option.
   If any files exist under `/usr` (which is not typical for NixOS), they will be included in the initial ramdisk, increasing its size to a possibly problematic extent.
 
+- `pkgs.haskell-language-server` will now by default be linked dynamically to improve TemplateHaskell compatibility. To mitigate the increased closure size it will now by default only support our current default ghc (at the moment 9.0.2). Add other ghc versions via e.g. `pkgs.haskell-language-server.override { supportedGhcVersions = [ "90" "92" ]; }`.
+
 ## Other Notable Changes {#sec-release-21.11-notable-changes}