haskell: Rename file where buildStackProject is defined.

This commit is contained in:
Mathieu Boespflug 2016-01-17 20:59:20 +01:00
parent be63be9d04
commit ff9cba94f6
2 changed files with 1 additions and 1 deletions

View File

@ -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 = {