[project @ 2003-08-04 18:20:44 by panne]
[ghc-base.git] / Data / Array.hs
index 97f4006..0dd1b23 100644 (file)
@@ -44,10 +44,6 @@ module  Data.Array
 
     ) where
 
-#ifndef __NHC__
-import Data.Dynamic
-#endif
-
 import Data.Ix
 
 #ifdef __GLASGOW_HASKELL__
@@ -64,6 +60,10 @@ import Array         -- Haskell'98 arrays
 #endif
 
 #ifndef __NHC__
-#include "Dynamic.h"
+import Data.Typeable
+#endif
+
+#ifndef __NHC__
+#include "Typeable.h"
 INSTANCE_TYPEABLE2(Array,arrayTc,"Array")
 #endif