From cea1e4133bcc2069e17144fc7bc2b0c01e7357f1 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Fri, 9 Oct 2009 13:43:51 +0000 Subject: [PATCH] Cope with nhc98's (occasionally-strange) import semantics. --- Control/Arrow.hs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4