From: Ian Lynagh Date: Fri, 9 Oct 2009 18:47:04 +0000 (+0000) Subject: Roll back "Cope with nhc98's (occasionally-strange) import semantics" X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7225e7682c446986223b8e719711a6c0c859550a;p=ghc-base.git Roll back "Cope with nhc98's (occasionally-strange) import semantics" 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. --- diff --git a/Control/Arrow.hs b/Control/Arrow.hs index d873bd8..f3c1de2 100644 --- a/Control/Arrow.hs +++ b/Control/Arrow.hs @@ -39,7 +39,6 @@ module Control.Arrow ( ) where import Prelude hiding (id,(.)) -import qualified Prelude (id) import Control.Monad import Control.Monad.Fix