Skip to content
Snippets Groups Projects
  1. Oct 18, 2009
  2. Oct 16, 2009
  3. Oct 15, 2009
  4. Oct 14, 2009
  5. Oct 12, 2009
  6. Oct 08, 2009
  7. Oct 02, 2009
  8. Sep 30, 2009
    • Iustin Pop's avatar
      Change ExtLoader to only handle I/O errors · 1cf97474
      Iustin Pop authored
      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.
      1cf97474
  9. Sep 29, 2009
Loading