From 26f4f734f91aed9ae825eda77743ddf39753b220 Mon Sep 17 00:00:00 2001 From: gwern0 <gwern0@gmail.com> Date: Sun, 7 Dec 2008 02:09:15 +0000 Subject: [PATCH] Main.hs: escape / in Haddocks This lets haddocks for Main.hs, at least, to build with 2.3.0. --- Main.hs | 6 +++--- 1 file 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