mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Main.hs: escape / in Haddocks
This lets haddocks for Main.hs, at least, to build with 2.3.0.
This commit is contained in:
parent
5e7df396b9
commit
26f4f734f9
6
Main.hs
6
Main.hs
@ -59,13 +59,13 @@ usage = do
|
|||||||
#endif
|
#endif
|
||||||
[]
|
[]
|
||||||
|
|
||||||
-- | Build "~/.xmonad/xmonad.hs" with ghc, then execute it. If there are no
|
-- | Build "~\/.xmonad\/xmonad.hs" with ghc, then execute it. If there are no
|
||||||
-- errors, this function does not return. An exception is raised in any of
|
-- errors, this function does not return. An exception is raised in any of
|
||||||
-- these cases:
|
-- these cases:
|
||||||
--
|
--
|
||||||
-- * ghc missing
|
-- * ghc missing
|
||||||
--
|
--
|
||||||
-- * ~/.xmonad/xmonad.hs missing
|
-- * "~\/.xmonad\/xmonad.hs" missing
|
||||||
--
|
--
|
||||||
-- * xmonad.hs fails to compile
|
-- * xmonad.hs fails to compile
|
||||||
--
|
--
|
||||||
@ -73,7 +73,7 @@ usage = do
|
|||||||
--
|
--
|
||||||
-- ** type error, syntax error, ..
|
-- ** type error, syntax error, ..
|
||||||
--
|
--
|
||||||
-- * Missing xmonad/XMonadContrib modules due to ghc upgrade
|
-- * Missing XMonad\/XMonadContrib modules due to ghc upgrade
|
||||||
--
|
--
|
||||||
buildLaunch :: IO ()
|
buildLaunch :: IO ()
|
||||||
buildLaunch = do
|
buildLaunch = do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user