forked from mirrors/nixpkgs
haskell: Rename file where buildStackProject is defined.
This commit is contained in:
parent
be63be9d04
commit
ff9cba94f6
|
@ -4,7 +4,7 @@ rec {
|
|||
|
||||
lib = import ../development/haskell-modules/lib.nix { inherit pkgs; };
|
||||
|
||||
buildStackProject = callPackage ../build-support/haskell/stack.nix { };
|
||||
buildStackProject = callPackage ../development/haskell-modules/generic-stack-builder.nix { };
|
||||
|
||||
compiler = {
|
||||
|
||||
|
|
Loading…
Reference in a new issue