Merge pull request #888 from aristidb/master

haskell: export callPackage to be able to create packages outside haskell-packages.nix
This commit is contained in:
Evgeny Egorochkin 2013-08-30 12:54:02 -07:00
commit 31e9aba4cd

View File

@ -74,6 +74,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
final = self;
callPackage = callPackage;
# GHC and its wrapper
#
# We use a wrapped version of GHC for nearly everything. The wrapped version