aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs
diff options
context:
space:
mode:
authorSpencer Janssen <spencerjanssen@gmail.com>2010-02-14 03:57:50 +0100
committerSpencer Janssen <spencerjanssen@gmail.com>2010-02-14 03:57:50 +0100
commit744a7ec219e58f40daf5bacc088c10da91269f4e (patch)
tree7cc0b7ede3b1efed764eda7eaa5e778b9c7350c7 /XMonad/Core.hs
parentf9cce225daf6c837da199f36146adc95166874bb (diff)
downloadxmonad-744a7ec219e58f40daf5bacc088c10da91269f4e.tar.gz
xmonad-744a7ec219e58f40daf5bacc088c10da91269f4e.tar.xz
xmonad-744a7ec219e58f40daf5bacc088c10da91269f4e.zip
Various clean-ups suggested by HLint
Ignore-this: ccaa6e774f2f8169e6083eddcffe31b6 darcs-hash:20100214025750-25a6b-c15d6ca0ac2f1dc7d3da2f7b311584df7f96dffd.gz
Diffstat (limited to 'XMonad/Core.hs')
-rw-r--r--XMonad/Core.hs2
1 files changed, 1 insertions, 1 deletions
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)