From: stolz Date: Fri, 11 Oct 2002 12:23:41 +0000 (+0000) Subject: [project @ 2002-10-11 12:23:41 by stolz] X-Git-Tag: nhc98-1-18-release~817 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=36f8318163450d74b185113669c354a7c9bf49d3;p=ghc-base.git [project @ 2002-10-11 12:23:41 by stolz] Add even more #ifdefs for nhc98. --- 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__