patch applied (hugs98): adapt to new Control.Exception
13 Aug
2008
13 Aug
'08
9:06 a.m.
Tue Aug 12 17:57:43 PDT 2008 Ross Paterson <ross@soi.city.ac.uk> * adapt to new Control.Exception Haskell 98 library modules (including the Prelude), and modules they import, must be Haskell 98. Therefore we use a representation of SomeException that can concretely represent the exceptions thrown by Hugs, without existential types or Typeable instances. The rest is in Control.Exception in the base package. M ./libraries/hugsbase/Hugs/ConcBase.hs -2 +2 M ./libraries/hugsbase/Hugs/Exception.hs -22 +2 M ./libraries/hugsbase/Hugs/Prelude.hs -31 +12 View patch online: http://darcs.haskell.org/hugs98/_darcs/patches/20080813005743-b47d3-1694a92f...
6573
Age (days ago)
6573
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ross Paterson