Revert "dhall: add a static top-level executable for dhall"

This reverts commit 11cd027b30.

There is a more extensive PR.
This commit is contained in:
Profpatsch 2017-09-05 02:14:38 +02:00
parent 62ff6cb69c
commit ffa631dd39

View File

@ -93,8 +93,6 @@ 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;
};