From: Malcolm.Wallace@cs.york.ac.uk Date: Tue, 10 Jul 2007 15:40:58 +0000 (+0000) Subject: no need to hide Maybe X-Git-Tag: 2007-09-13~49 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bc844cb45e2cd5f1d0cc1200416c5ee608700067;p=ghc-base.git no need to hide Maybe --- diff --git a/Data/List.hs b/Data/List.hs index 32013e9..ad62961 100644 --- a/Data/List.hs +++ b/Data/List.hs @@ -203,7 +203,7 @@ module Data.List ) where #ifdef __NHC__ -import Prelude hiding (Maybe(..)) +import Prelude #endif import Data.Maybe