dhall: add a static top-level executable for dhall

cc @Gabriel439
This commit is contained in:
Profpatsch 2017-09-04 21:57:59 +02:00
parent f01f86c5ca
commit 11cd027b30

View File

@ -93,6 +93,8 @@ with pkgs;
cmark = callPackage ../development/libraries/cmark { };
dhall = haskell.lib.justStaticExecutables haskellPackages.dhall;
dhallToNix = callPackage ../build-support/dhall-to-nix.nix {
inherit (haskellPackages) dhall-nix;
};