From 98a65dd810b645c8d022957cc2168a9a9386b09a Mon Sep 17 00:00:00 2001 From: gwern0 Date: Sun, 7 Dec 2008 03:09:15 +0100 Subject: 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 --- Main.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Main.hs') 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 -- cgit v1.2.3