From 0a7a4a16e555a77afec5501a75d9fbbb9fc35730 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Fri, 8 Aug 2008 09:20:17 +0000 Subject: [PATCH] fix imports for non-GHC --- Data/Either.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Data/Either.hs b/Data/Either.hs index 956e6da..6af488f 100644 --- a/Data/Either.hs +++ b/Data/Either.hs @@ -27,8 +27,11 @@ module Data.Either ( import GHC.Base import GHC.Show import GHC.Read +#endif + import Data.Typeable +#ifdef __GLASGOW_HASKELL__ {- -- just for testing import Test.QuickCheck -- 1.7.10.4