« Previous | Next » 

Revision 1cf97474

ID1cf9747405d2d83aff039e980edfd633c53edd57
Parent cf924b6d
Child 0e8ae201

Added by Iustin Pop almost 15 years ago

Change ExtLoader to only handle I/O errors

Due to the Control.Exception changes between 6.8 and 6.10, using it
portably is difficult. Since we're only interested in handling I/O
errors, we can use prelude's catch and not have to deal with
Control.Exception at all.

The use in Luxi.hs where we just use bracket is fine across the two
versions, so we keep that.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences