singpolyma / unexceptionalio

IO without any PseudoExceptions
http://hackage.haskell.org/package/unexceptionalio
ISC License
28 stars 5 forks source link

Catch exception types introduced in recent versions of base #8

Closed RyanGlScott closed 8 years ago

RyanGlScott commented 8 years ago

base-4.8 introduces AllocationLimitExceeded, and base-4.9 introduces TypeError.

singpolyma commented 8 years ago

indent looks wrong (see github diff)

RyanGlScott commented 8 years ago

Ack! Sorry, I didn't realize those lines were using tabs, not spaces. I've pushed a subsequent commit addressing this.

singpolyma commented 8 years ago

Can you squash the commits? Then I'll merge. Thanks :)

RyanGlScott commented 8 years ago

Done.