From 07e610424acc512b5217d18b973c5c96fff9b8b3 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Thu, 2 Nov 2006 11:17:36 +0000 Subject: [PATCH] Data.Generics.Basics is GHC-only --- Data/Complex.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Complex.hs b/Data/Complex.hs index 6a76279..0f8d13b 100644 --- a/Data/Complex.hs +++ b/Data/Complex.hs @@ -44,7 +44,7 @@ module Data.Complex import Prelude import Data.Typeable -#ifndef __NHC__ +#ifdef __GLASGOW_HASKELL__ import Data.Generics.Basics( Data ) #endif -- 1.7.10.4