[project @ 2002-10-11 12:23:41 by stolz]
[ghc-base.git] / Data / List.hs
index 398e8b2..f2de14a 100644 (file)
@@ -136,7 +136,10 @@ module Data.List
 
    ) where
 
+#ifdef __NHC__
 import Prelude hiding (Maybe(..))
+#endif
+
 import Data.Maybe
 
 #ifdef __GLASGOW_HASKELL__