about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-07-29 12:35:08 +0200
committersternenseemann <sternenseemann@systemli.org>2023-10-04 20:17:17 +0200
commit59ee0816630b71989d4f4f5ba88ce199456b5349 (patch)
treeefb0ba8f4a53a6aef2720c2c2d1e78551c47e01b /default.nix
parent2d9bfd243a48a125c6b6ee3ffb794e874a723a2d (diff)
downloadnixlib-59ee0816630b71989d4f4f5ba88ce199456b5349.tar
nixlib-59ee0816630b71989d4f4f5ba88ce199456b5349.tar.gz
nixlib-59ee0816630b71989d4f4f5ba88ce199456b5349.tar.bz2
nixlib-59ee0816630b71989d4f4f5ba88ce199456b5349.tar.lz
nixlib-59ee0816630b71989d4f4f5ba88ce199456b5349.tar.xz
nixlib-59ee0816630b71989d4f4f5ba88ce199456b5349.tar.zst
nixlib-59ee0816630b71989d4f4f5ba88ce199456b5349.zip
haskell.compiler.*: don't unnecessarily include LLVM for GHC >= 9.2
When 9.2.1 was [released], I apparently was confused by the wording. The
NCG (-fasm) codegen backend for aarch64 not only works on
aarch64-darwin, but also aarch64-linux. `useLLVM` being enabled on
aarch64-linux had no adverse effect, as GHC used -fasm anyways, but it
did inflate closure size unnecessarily which we can rectify now.

[released]: https://www.haskell.org/ghc/blog/20211029-ghc-9.2.1-released.html
Diffstat (limited to 'default.nix')
0 files changed, 0 insertions, 0 deletions