From ee695cc16336b7f2a6bca5bc74606c702837361d Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 4 Aug 2003 17:30:53 +0000 Subject: [PATCH] [project @ 2003-08-04 17:30:53 by panne] Fixed hyperlink (at least for GHC docs :-) --- Control/Exception.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. -} -- ----------------------------------------------------------------------------- -- 1.7.10.4