From 7225e7682c446986223b8e719711a6c0c859550a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 9 Oct 2009 18:47:04 +0000 Subject: [PATCH] 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. --- Control/Arrow.hs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4