enable split-output builds for all haskellPackages

This commit is contained in:
michael bishop
2017-07-27 09:12:06 +02:00
committed by Peter Simons
parent b602082e07
commit be63b1994d
3 changed files with 20 additions and 3 deletions
+2
View File
@@ -111,4 +111,6 @@ rec {
overrideSrc = drv: { src, version ? drv.version }:
overrideCabal drv (_: { inherit src version; editedCabalFile = null; });
hasNoDataOutput = drv: overrideCabal drv (drv: { hasDataDir = false; });
hasNoDocOutput = drv: overrideCabal drv (drv: { hasDocDir = false; });
}