From: Malcolm.Wallace@cs.york.ac.uk Date: Mon, 4 Aug 2008 13:38:53 +0000 (+0000) Subject: nhc98 needs the Prelude for this module X-Git-Tag: 6_10_branch_has_been_forked~93 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a05bf117a16bfdc68ae9782e16ad9616f0ece396;p=ghc-base.git nhc98 needs the Prelude for this module --- diff --git a/System/IO/Error.hs b/System/IO/Error.hs index 55b9ca4..a4c5b59 100644 --- a/System/IO/Error.hs +++ b/System/IO/Error.hs @@ -106,6 +106,7 @@ import Hugs.Prelude(Handle, IOException(..), IOErrorType(..)) #endif #ifdef __NHC__ +import Prelude import IO ( IOError () , try