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.

+2
+2
pkgs/top-level/all-packages.nix
··· 22492 22492 22493 22493 hdl-dump = callPackage ../tools/misc/hdl-dump { }; 22494 22494 22495 + hpack = haskell.lib.justStaticExecutables haskellPackages.hpack; 22496 + 22495 22497 hpcg = callPackage ../tools/misc/hpcg/default.nix { }; 22496 22498 22497 22499 hpl = callPackage ../tools/misc/hpl { };