nixpkgs/pkgs/development/haskell-modules/lib
Rebecca Turner d2618822ab haskell.lib.compose.justStaticExecutables: Forbid references to GHC
This makes `justStaticExecutables` error if the produced store path
contains references to GHC. This is almost always erroneous and due to
the generated `Paths_*` module being imported. This helps prevent
`justStaticExecutables` from producing binaries with closure sizes in
the gigabytes.

See: https://github.com/NixOS/nixpkgs/issues/164630

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2024-05-27 21:08:16 +02:00
..
compose.nix haskell.lib.compose.justStaticExecutables: Forbid references to GHC 2024-05-27 21:08:16 +02:00
default.nix haskellPackages: add dontCheckIf helper 2024-02-26 12:32:02 +01:00