Disable nuke-caches for now, blowing away dist/ is too risky

This commit is contained in:
Daniel Gröber 2015-08-14 09:33:22 +02:00
parent 9d5f0ad23d
commit e126db833a

View File

@ -463,7 +463,7 @@ ghcCommands (cmd:args) = do
"dumpsym" -> dumpSymbolCmd
"boot" -> bootCmd
"legacy-interactive" -> legacyInteractiveCmd
"nuke-caches" -> nukeCachesCmd
-- "nuke-caches" -> nukeCachesCmd
_ -> fatalError $ "unknown command: `" ++ cmd ++ "'"
newtype FatalError = FatalError String deriving (Show, Typeable)