mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-17 12:53:48 -07:00
Trailing space
This commit is contained in:
@@ -317,7 +317,7 @@ recompile = liftIO $ do
|
|||||||
yes <- doesFileExist src
|
yes <- doesFileExist src
|
||||||
when yes $ do
|
when yes $ do
|
||||||
srcT <- getModificationTime src
|
srcT <- getModificationTime src
|
||||||
binT <- catch (getModificationTime bin) (const $ return srcT) -- needs recompiling
|
binT <- catch (getModificationTime bin) (const $ return srcT) -- needs recompiling
|
||||||
when (srcT >= binT) $ do
|
when (srcT >= binT) $ do
|
||||||
status <- bracket (openFile err WriteMode) hClose $ \h -> 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", "-v0"] (Just dir)
|
||||||
|
Reference in New Issue
Block a user