From 744a7ec219e58f40daf5bacc088c10da91269f4e Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Sun, 14 Feb 2010 03:57:50 +0100 Subject: Various clean-ups suggested by HLint Ignore-this: ccaa6e774f2f8169e6083eddcffe31b6 darcs-hash:20100214025750-25a6b-c15d6ca0ac2f1dc7d3da2f7b311584df7f96dffd.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 abe5485..8acada8 100644 --- a/XMonad/Core.hs +++ b/XMonad/Core.hs @@ -456,7 +456,7 @@ recompile force = io $ do then do -- temporarily disable SIGCHLD ignoring: uninstallSignalHandlers - status <- bracket (openFile err WriteMode) hClose $ \h -> do + status <- bracket (openFile err WriteMode) hClose $ \h -> waitForProcess =<< runProcess "ghc" ["--make", "xmonad.hs", "-i", "-ilib", "-fforce-recomp", "-v0", "-o",binn] (Just dir) Nothing Nothing Nothing (Just h) -- cgit v1.2.3