summaryrefslogtreecommitdiffstats
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
commit98a65dd810b645c8d022957cc2168a9a9386b09a (patch)
tree40cc4b67e9ee9636ea8f196b3ad10a51a01e2c40
parent0983b157023be1556f7b34372786e61264cf8a0b (diff)
downloadmetatile-98a65dd810b645c8d022957cc2168a9a9386b09a.tar
metatile-98a65dd810b645c8d022957cc2168a9a9386b09a.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
-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