Revert "haskell generic-builder: Use strictDeps always"

This commit is contained in:
Peter Simons
2018-07-04 13:18:21 +02:00
committed by GitHub
parent 45f8c2ac29
commit 6e07a3a19a
7 changed files with 32 additions and 177 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ buildPackages, pkgs, stdenv, lib, haskellLib, ghc, all-cabal-hashes
{ pkgs, stdenv, lib, haskellLib, ghc, all-cabal-hashes
, buildHaskellPackages
, compilerConfig ? (self: super: {})
, packageSetConfig ? (self: super: {})
@@ -18,7 +18,7 @@ let
inherit stdenv haskellLib ghc buildHaskellPackages extensible-self all-cabal-hashes;
};
commonConfiguration = configurationCommon { inherit buildPackages pkgs haskellLib; };
commonConfiguration = configurationCommon { inherit pkgs haskellLib; };
nixConfiguration = configurationNix { inherit pkgs haskellLib; };
extensible-self = makeExtensible