update Data.Generics import
author'Jose Pedro Magalhaes <jpm@cs.uu.nl>
Thu, 2 Oct 2008 08:26:04 +0000 (08:26 +0000)
committer'Jose Pedro Magalhaes <jpm@cs.uu.nl>
Thu, 2 Oct 2008 08:26:04 +0000 (08:26 +0000)
Data/Complex.hs

index 60ee834..6ebbfcb 100644 (file)
@@ -44,6 +44,9 @@ module Data.Complex
 import Prelude
 
 import Data.Typeable
+#ifdef __GLASGOW_HASKELL__
+import Data.Data (Data)
+#endif
 
 #ifdef __HUGS__
 import Hugs.Prelude(Num(fromInt), Fractional(fromDouble))