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.
Please register or sign in to comment