[commit: ghc] wip/nfs-locking: Set dynamicGhcPrograms = False (85b4b52)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:17:16 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/85b4b524df1734d0a96c7a5ac66724c0c61cce28/ghc

>---------------------------------------------------------------

commit 85b4b524df1734d0a96c7a5ac66724c0c61cce28
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Jun 8 01:20:47 2016 +0100

    Set dynamicGhcPrograms = False
    
    See #259.


>---------------------------------------------------------------

85b4b524df1734d0a96c7a5ac66724c0c61cce28
 src/UserSettings.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UserSettings.hs b/src/UserSettings.hs
index 908d96d..588f196 100644
--- a/src/UserSettings.hs
+++ b/src/UserSettings.hs
@@ -78,7 +78,7 @@ buildHaddock = return cmdBuildHaddock
 -- TODO: Do we need to be able to set these from command line?
 -- TODO: Turn the flags below into a simple list @ghcWays :: [Way]@?
 dynamicGhcPrograms :: Bool
-dynamicGhcPrograms = True
+dynamicGhcPrograms = False
 
 ghciWithDebugger :: Bool
 ghciWithDebugger = False



More information about the ghc-commits mailing list