From 571e2ffbd2f89e96573a4c35fc05fe9e749d9721 Mon Sep 17 00:00:00 2001
From: Spencer Janssen <sjanssen@cse.unl.edu>
Date: Tue, 20 Nov 2007 22:57:44 +0100
Subject: -no-recomp because we're doing our own recompilation checking

darcs-hash:20071120215744-a5988-f2b72bb6cea0c4a6d3a7e1b5ac3b7fa9c4c560b8.gz
---
 XMonad/Core.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'XMonad/Core.hs')

diff --git a/XMonad/Core.hs b/XMonad/Core.hs
index cb63333..d6c07d9 100644
--- a/XMonad/Core.hs
+++ b/XMonad/Core.hs
@@ -334,7 +334,7 @@ recompile = liftIO $ do
     binT <- getModTime bin
     when (srcT > binT) $ do
         status <- bracket (openFile err WriteMode) hClose $ \h -> do
-            waitForProcess =<< runProcess "ghc" ["--make", "xmonad.hs", "-i", "-v0"] (Just dir)
+            waitForProcess =<< runProcess "ghc" ["--make", "xmonad.hs", "-i", "-no-recomp", "-v0"] (Just dir)
                                     Nothing Nothing Nothing (Just h)
 
         -- now, if it fails, run xmessage to let the user know:
-- 
cgit v1.2.3