From: Ian Lynagh Date: Fri, 9 Oct 2009 18:56:18 +0000 (+0000) Subject: Roll back "Another instance of nhc98's strange import semantics." X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=3f8efa0023b9c92ad7b2f71ba55afc2375320da5;p=ghc-base.git 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. --- 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