From: Malcolm.Wallace@cs.york.ac.uk Date: Fri, 8 Aug 2008 09:20:17 +0000 (+0000) Subject: fix imports for non-GHC X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0a7a4a16e555a77afec5501a75d9fbbb9fc35730;p=ghc-base.git fix imports for non-GHC --- 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