From: rrt Date: Thu, 18 Oct 2001 11:10:19 +0000 (+0000) Subject: [project @ 2001-10-18 11:10:19 by rrt] X-Git-Tag: nhc98-1-18-release~1160 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b5882429e82e23f729ce9790b14a39c16bd4d336;p=ghc-base.git [project @ 2001-10-18 11:10:19 by rrt] Remove STGHUGSery. --- 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