summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2111.section.md
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2022-09-21 05:33:48 +0200
committermaralorn <mail@maralorn.de>2022-09-21 16:39:12 +0200
commitbdcbbc7bd29cbd7f1ad3abc039e506b3991aaf28 (patch)
tree28ccac589d317cb8c2aa93f51f941017c9d62431 /nixos/doc/manual/release-notes/rl-2111.section.md
parente2c64253989d47b6571fc89dbcfa7ae91ee36d28 (diff)
downloadnixpkgs-bdcbbc7bd29cbd7f1ad3abc039e506b3991aaf28.tar
nixpkgs-bdcbbc7bd29cbd7f1ad3abc039e506b3991aaf28.tar.gz
nixpkgs-bdcbbc7bd29cbd7f1ad3abc039e506b3991aaf28.tar.bz2
nixpkgs-bdcbbc7bd29cbd7f1ad3abc039e506b3991aaf28.tar.lz
nixpkgs-bdcbbc7bd29cbd7f1ad3abc039e506b3991aaf28.tar.xz
nixpkgs-bdcbbc7bd29cbd7f1ad3abc039e506b3991aaf28.tar.zst
nixpkgs-bdcbbc7bd29cbd7f1ad3abc039e506b3991aaf28.zip
haskell-language-server: Default toplevel attribute to dynamic linking and one ghc version
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2111.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
1 files changed, 2 insertions, 0 deletions
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}