From: Malcolm.Wallace@cs.york.ac.uk Date: Fri, 9 Oct 2009 13:43:51 +0000 (+0000) Subject: Cope with nhc98's (occasionally-strange) import semantics. X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cea1e4133bcc2069e17144fc7bc2b0c01e7357f1;p=ghc-base.git Cope with nhc98's (occasionally-strange) import semantics. --- diff --git a/Control/Arrow.hs b/Control/Arrow.hs index f3c1de2..d873bd8 100644 --- a/Control/Arrow.hs +++ b/Control/Arrow.hs @@ -39,6 +39,7 @@ module Control.Arrow ( ) where import Prelude hiding (id,(.)) +import qualified Prelude (id) import Control.Monad import Control.Monad.Fix