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
@ -22492,6 +22492,8 @@ in
|
|||||||
|
|
||||||
hdl-dump = callPackage ../tools/misc/hdl-dump { };
|
hdl-dump = callPackage ../tools/misc/hdl-dump { };
|
||||||
|
|
||||||
|
hpack = haskell.lib.justStaticExecutables haskellPackages.hpack;
|
||||||
|
|
||||||
hpcg = callPackage ../tools/misc/hpcg/default.nix { };
|
hpcg = callPackage ../tools/misc/hpcg/default.nix { };
|
||||||
|
|
||||||
hpl = callPackage ../tools/misc/hpl { };
|
hpl = callPackage ../tools/misc/hpl { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user