[project @ 2003-07-29 12:03:13 by ross]
[ghc-base.git] / Data / Array.hs
index d9083da..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__
+import Data.Typeable
+#endif
+
+#ifndef __NHC__
 #include "Typeable.h"
 INSTANCE_TYPEABLE2(Array,arrayTc,"Array")
 #endif