patch applied (packages/extensible-exceptions): Fix a bug in catch when the handler has type (SomeException -> IO a)

Simon Marlow simonmarhaskell at gmail.com
Fri Dec 12 08:00:44 EST 2008


Fri Dec 12 03:53:07 PST 2008  Simon Marlow <marlowsd at gmail.com>
  * Fix a bug in catch when the handler has type (SomeException -> IO a)
  This was causing certain exceptions in GHC to not get caught
  correctly, in particular the "mismatched interface file versions"
  error when reading the old interface file.

    M ./Control/Exception/Extensible.hs -18 +23

View patch online:
http://darcs.haskell.org/packages/extensible-exceptions/_darcs/patches/20081212115307-12142-cf5e21fa5fb1ada68a924ca0aebc335651336721.gz


More information about the Cvs-libraries mailing list