aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorgwern0 <gwern0@gmail.com>2008-12-07 03:09:15 +0100
committergwern0 <gwern0@gmail.com>2008-12-07 03:09:15 +0100
commit92c5b060bd04280d907c692ca10391ae8bc8b0f7 (patch)
tree40cc4b67e9ee9636ea8f196b3ad10a51a01e2c40 /Main.hs
parent0de6932e70ef3120c3830943d88484b06df9354a (diff)
downloadxmonad-92c5b060bd04280d907c692ca10391ae8bc8b0f7.tar.gz
xmonad-92c5b060bd04280d907c692ca10391ae8bc8b0f7.tar.xz
xmonad-92c5b060bd04280d907c692ca10391ae8bc8b0f7.zip
Main.hs: escape / in Haddocks
Ignore-this: 2c4525280fbe73c46f3abd8fc13628e9 This lets haddocks for Main.hs, at least, to build with 2.3.0. darcs-hash:20081207020915-f7719-d75a5b85dc5239d42c11cb1edfe27ac1fbb215c8.gz
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Main.hs b/Main.hs
index 84ba302..84eca32 100644
--- a/Main.hs
+++ b/Main.hs
@@ -59,13 +59,13 @@ usage = do
#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
-- these cases:
--
-- * ghc missing
--
--- * ~/.xmonad/xmonad.hs missing
+-- * "~\/.xmonad\/xmonad.hs" missing
--
-- * xmonad.hs fails to compile
--
@@ -73,7 +73,7 @@ usage = do
--
-- ** type error, syntax error, ..
--
--- * Missing xmonad/XMonadContrib modules due to ghc upgrade
+-- * Missing XMonad\/XMonadContrib modules due to ghc upgrade
--
buildLaunch :: IO ()
buildLaunch = do