Move buildStackProject to haskell.lib.

This commit is contained in:
Mathieu Boespflug
2016-03-04 21:24:42 +01:00
parent 6f09628c32
commit 7fedb7c992
3 changed files with 4 additions and 4 deletions
+2
View File
@@ -81,6 +81,8 @@ rec {
buildStrictly = pkg: buildFromSdist (appendConfigureFlag pkg "--ghc-option=-Wall --ghc-option=-Werror");
buildStackProject = callPackage ../development/haskell-modules/generic-stack-builder.nix { };
triggerRebuild = drv: i: overrideCabal drv (drv: { postUnpack = ": trigger rebuild ${toString i}"; });
#FIXME: throw this away sometime in the future. added 2015-08-18