Make Control.Exception buildable by nhc98.
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Fri, 4 May 2007 10:55:48 +0000 (10:55 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Fri, 4 May 2007 10:55:48 +0000 (10:55 +0000)
commit26d2805a6e58822d246cf9601fb226b0861e7f65
tree51f86f3d2737ad9de6ddcc5305d4d07b968dd202
parent5e70ec8f27f4f62d9f1137e931b4d64d37eb221e
Make Control.Exception buildable by nhc98.
The nhc98 does not have true exceptions, but these additions should be
enough infrastructure to pretend that it does.  Only IO exceptions will
actually work.
Control/Exception.hs
Makefile.nhc98