Skip to content

Commit

Permalink
dhall: add a static top-level executable for dhall
Browse files Browse the repository at this point in the history
  • Loading branch information
Profpatsch committed Sep 4, 2017
1 parent f01f86c commit 11cd027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 11cd027

Please sign in to comment.