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:
Profpatsch 2021-01-10 11:40:21 +01:00
parent 2dde588a28
commit 2a9f33600c

View file

@ -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 { };