patch applied (hugs98): adapt to new Control.Exception
Ross Paterson <[email protected]> Tue, 12 Aug 2008 18:06:14 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <[email protected]> |
Tue Aug 12 17:57:43 PDT 2008 Ross Paterson <[email protected]> * 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-1694a92f4f2cccb782509c45c2141f9584476771.gz