haskell-packages.nix: whoops, don't enable shared libraries just yet

This commit is contained in:
Peter Simons 2013-10-20 20:18:19 +02:00
parent fae8fd8ef1
commit f7bec094e6

View file

@ -60,7 +60,7 @@
{ pkgs, newScope, ghc, prefFun, modifyPrio ? (x : x)
, enableLibraryProfiling ? false
, enableSharedLibraries ? true
, enableSharedLibraries ? false
, enableSharedExecutables ? false
, enableCheckPhase ? pkgs.stdenv.lib.versionOlder "7.4" ghc.version
}: