From a05bf117a16bfdc68ae9782e16ad9616f0ece396 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Mon, 4 Aug 2008 13:38:53 +0000 Subject: [PATCH] nhc98 needs the Prelude for this module --- System/IO/Error.hs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4