From: Ian Lynagh Date: Thu, 10 Jul 2008 19:08:55 +0000 (+0000) Subject: Fix haddocking with older haddocks X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fb247e41680ff7af30ef759d6795a4f9c73efa14;hp=b77412cf5fbeb9262464a3405a8baf3fc38f54cc;p=ghc-base.git Fix haddocking with older haddocks --- diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index bbf5a60..9ddb9c4 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -361,7 +361,7 @@ data BlockReason -- ^currently in a foreign call | BlockedOnOther -- ^blocked on some other resource. Without @-threaded@, - -- I/O and 'threadDelay' show up as 'BlockedOnOther', with @-threaded@ + -- I\/O and 'threadDelay' show up as 'BlockedOnOther', with @-threaded@ -- they show up as 'BlockedOnMVar'. deriving (Eq,Ord,Show)