mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
hpack: add a statically built executable
hpack is a little tool to convert a yaml spec to a cabal file, but its runtime closure depends on ghc if it’s not built statically.
This commit is contained in:
parent
2dde588a28
commit
2a9f33600c
1 changed files with 2 additions and 0 deletions
|
@ -22492,6 +22492,8 @@ in
|
|||
|
||||
hdl-dump = callPackage ../tools/misc/hdl-dump { };
|
||||
|
||||
hpack = haskell.lib.justStaticExecutables haskellPackages.hpack;
|
||||
|
||||
hpcg = callPackage ../tools/misc/hpcg/default.nix { };
|
||||
|
||||
hpl = callPackage ../tools/misc/hpl { };
|
||||
|
|
Loading…
Reference in a new issue