From 36f8318163450d74b185113669c354a7c9bf49d3 Mon Sep 17 00:00:00 2001 From: stolz Date: Fri, 11 Oct 2002 12:23:41 +0000 Subject: [PATCH] [project @ 2002-10-11 12:23:41 by stolz] Add even more #ifdefs for nhc98. --- Data/List.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Data/List.hs b/Data/List.hs index 398e8b2..f2de14a 100644 --- a/Data/List.hs +++ b/Data/List.hs @@ -136,7 +136,10 @@ module Data.List ) where +#ifdef __NHC__ import Prelude hiding (Maybe(..)) +#endif + import Data.Maybe #ifdef __GLASGOW_HASKELL__ -- 1.7.10.4