From 3f8efa0023b9c92ad7b2f71ba55afc2375320da5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 9 Oct 2009 18:56:18 +0000 Subject: [PATCH] Roll back "Another instance of nhc98's strange import semantics." Fri Oct 9 14:50:51 BST 2009 Malcolm.Wallace@cs.york.ac.uk GHC (correctly) warns about the unused import, which breaks the validate build. --- Control/Applicative.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Control/Applicative.hs b/Control/Applicative.hs index 8aa86e1..e60182d 100644 --- a/Control/Applicative.hs +++ b/Control/Applicative.hs @@ -36,7 +36,6 @@ module Control.Applicative ( ) where import Prelude hiding (id,(.)) -import qualified Prelude (id) import Control.Category import Control.Arrow -- 1.7.10.4