From bc844cb45e2cd5f1d0cc1200416c5ee608700067 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Tue, 10 Jul 2007 15:40:58 +0000 Subject: [PATCH] no need to hide Maybe --- Data/List.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4