From b5882429e82e23f729ce9790b14a39c16bd4d336 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 18 Oct 2001 11:10:19 +0000 Subject: [PATCH] [project @ 2001-10-18 11:10:19 by rrt] Remove STGHUGSery. --- Control/Exception.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Control/Exception.hs b/Control/Exception.hs index 041b222..96205c6 100644 --- a/Control/Exception.hs +++ b/Control/Exception.hs @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: Exception.hs,v 1.2 2001/07/31 14:34:23 simonmar Exp $ +-- $Id: Exception.hs,v 1.3 2001/10/18 11:10:19 rrt Exp $ -- -- The External API for exceptions. The functions provided in this -- module allow catching of exceptions in the IO monad. @@ -47,10 +47,8 @@ module Control.Exception ( -- Throwing exceptions throw, -- :: Exception -> a -#ifndef __STGHUGS__ -- for now throwTo, -- :: ThreadId -> Exception -> a -#endif -- Dynamic exceptions -- 1.7.10.4