X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FComplex.hs;h=0f8d13ba98a4e550cf55e34f67485d67d93af817;hb=07e610424acc512b5217d18b973c5c96fff9b8b3;hp=6a76279fe70e72a8ddbbafe44645b921b02e7352;hpb=04078be82b0f1a87bd3d95147ca9f98d2c2a6799;p=ghc-base.git 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