haskell-ng: hoogleLocal support

This commit is contained in:
Charles Strahan
2015-06-11 20:25:31 -04:00
parent cd28c5517c
commit 3859f7bdab
5 changed files with 126 additions and 3 deletions
@@ -56,6 +56,7 @@ let
ghcWithPackages = pkgs: callPackage ./with-packages-wrapper.nix {
inherit (self) llvmPackages;
haskellPackages = self;
packages = pkgs self;
};