haskell-packages.nix: whoops, don't enable shared libraries just yet
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
{ pkgs, newScope, ghc, prefFun, modifyPrio ? (x : x)
|
{ pkgs, newScope, ghc, prefFun, modifyPrio ? (x : x)
|
||||||
, enableLibraryProfiling ? false
|
, enableLibraryProfiling ? false
|
||||||
, enableSharedLibraries ? true
|
, enableSharedLibraries ? false
|
||||||
, enableSharedExecutables ? false
|
, enableSharedExecutables ? false
|
||||||
, enableCheckPhase ? pkgs.stdenv.lib.versionOlder "7.4" ghc.version
|
, enableCheckPhase ? pkgs.stdenv.lib.versionOlder "7.4" ghc.version
|
||||||
}:
|
}:
|
||||||
|
|||||||
Reference in New Issue
Block a user