Roll back "Another instance of nhc98's strange import semantics."
authorIan Lynagh <igloo@earth.li>
Fri, 9 Oct 2009 18:56:18 +0000 (18:56 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 9 Oct 2009 18:56:18 +0000 (18:56 +0000)
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

index 8aa86e1..e60182d 100644 (file)
@@ -36,7 +36,6 @@ module Control.Applicative (
         ) where
 
 import Prelude hiding (id,(.))
-import qualified Prelude (id)
 
 import Control.Category
 import Control.Arrow