[project @ 2004-03-17 23:22:51 by ralf]
[ghc-base.git] / Data / Complex.hs
index 3b15691..621b48e 100644 (file)
@@ -40,7 +40,7 @@ module Data.Complex
 import Prelude
 
 #ifndef __NHC__
-import Data.Dynamic
+import Data.Typeable
 #endif
 
 #ifdef __HUGS__
@@ -95,7 +95,7 @@ phase (x:+y)   = atan2 y x
 -- Instances of Complex
 
 #ifndef __NHC__
-#include "Dynamic.h"
+#include "Typeable.h"
 INSTANCE_TYPEABLE1(Complex,complexTc,"Complex")
 #endif