Must import ExitCode for its instance to be re-exported.
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Wed, 13 Aug 2008 12:57:10 +0000 (12:57 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Wed, 13 Aug 2008 12:57:10 +0000 (12:57 +0000)
commitfa80cd0e896b8cca30be1ed63a6374df830c5202
treee28a08f79898c3e3cf97c0b062d9f6d4995f2db4
parent08ce3c4c0b2c92553dfae30509069cdc29691a19
Must import ExitCode for its instance to be re-exported.
The Cabal library depends on "instance Exception ExitCode", and expects
to import it from Control.Exception, not Control.Exception.Base.
Control/Exception.hs