nhc98 needs the Prelude for this module
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Mon, 4 Aug 2008 13:38:53 +0000 (13:38 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Mon, 4 Aug 2008 13:38:53 +0000 (13:38 +0000)
System/IO/Error.hs

index 55b9ca4..a4c5b59 100644 (file)
@@ -106,6 +106,7 @@ import Hugs.Prelude(Handle, IOException(..), IOErrorType(..))
 #endif
 
 #ifdef __NHC__
+import Prelude
 import IO
   ( IOError ()
   , try