From 427775af8470c4a71bcc6f1373988b47965bda43 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sun, 8 Feb 2009 17:55:18 +0100 Subject: Use standard -fforce-recomp instead of undocumented -no-recomp darcs-hash:20090208165518-cba2c-2f7506b8ab856d7081a3298ed4cff86149fe0742 --- XMonad/Core.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad') diff --git a/XMonad/Core.hs b/XMonad/Core.hs index 38048e5..7e17550 100644 --- a/XMonad/Core.hs +++ b/XMonad/Core.hs @@ -416,7 +416,7 @@ recompile force = io $ do -- temporarily disable SIGCHLD ignoring: uninstallSignalHandlers status <- bracket (openFile err WriteMode) hClose $ \h -> do - waitForProcess =<< runProcess "ghc" ["--make", "xmonad.hs", "-i", "-no-recomp", "-v0", "-o",binn] (Just dir) + waitForProcess =<< runProcess "ghc" ["--make", "xmonad.hs", "-i", "-fforce-recomp", "-v0", "-o",binn] (Just dir) Nothing Nothing Nothing (Just h) -- re-enable SIGCHLD: -- cgit v1.2.3