Roll back "Cope with nhc98's (occasionally-strange) import semantics"
authorIan Lynagh <igloo@earth.li>
Fri, 9 Oct 2009 18:47:04 +0000 (18:47 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 9 Oct 2009 18:47:04 +0000 (18:47 +0000)
Fri Oct  9 14:43:51 BST 2009  Malcolm.Wallace@cs.york.ac.uk
GHC (correctly) warns about the unused import, which breaks the validate
build.

Control/Arrow.hs

index d873bd8..f3c1de2 100644 (file)
@@ -39,7 +39,6 @@ module Control.Arrow (
         ) where
 
 import Prelude hiding (id,(.))
-import qualified Prelude (id)
 
 import Control.Monad
 import Control.Monad.Fix