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:
commit
31e9aba4cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user