mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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 New Issue
Block a user