[project @ 2003-07-24 12:19:57 by ralf]
[ghc-base.git] / Data / Array.hs
index 97f4006..d9083da 100644 (file)
@@ -64,6 +64,6 @@ import Array          -- Haskell'98 arrays
 #endif
 
 #ifndef __NHC__
-#include "Dynamic.h"
+#include "Typeable.h"
 INSTANCE_TYPEABLE2(Array,arrayTc,"Array")
 #endif