diff options
author | gwern0 <gwern0@gmail.com> | 2008-12-07 03:09:15 +0100 |
---|---|---|
committer | gwern0 <gwern0@gmail.com> | 2008-12-07 03:09:15 +0100 |
commit | 98a65dd810b645c8d022957cc2168a9a9386b09a (patch) | |
tree | 40cc4b67e9ee9636ea8f196b3ad10a51a01e2c40 | |
parent | 0983b157023be1556f7b34372786e61264cf8a0b (diff) | |
download | metatile-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.hs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |