From: panne Date: Mon, 4 Aug 2003 17:30:53 +0000 (+0000) Subject: [project @ 2003-08-04 17:30:53 by panne] X-Git-Tag: nhc98-1-18-release~552 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ee695cc16336b7f2a6bca5bc74606c702837361d;p=haskell-directory.git [project @ 2003-08-04 17:30:53 by panne] Fixed hyperlink (at least for GHC docs :-) --- diff --git a/Control/Exception.hs b/Control/Exception.hs index 12074d9..2db472f 100644 --- a/Control/Exception.hs +++ b/Control/Exception.hs @@ -477,7 +477,7 @@ With 'takeMVar' interruptible, however, we can be safe in the knowledge that the thread can receive exceptions right up until the point when the 'takeMVar' succeeds. Similar arguments apply for other interruptible operations like -'IO.openFile'. +'GHC.Handle.openFile'. -} -- -----------------------------------------------------------------------------