[project @ 2005-01-20 10:36:43 by malcolm]
[ghc-base.git] / Data / Array.hs
index cd41677..263f970 100644 (file)
@@ -72,14 +72,9 @@ import Hugs.Array
 import Array           -- Haskell'98 arrays
 #endif
 
-#ifndef __NHC__
 import Data.Typeable
-#endif
-
-#ifndef __NHC__
 #include "Typeable.h"
 INSTANCE_TYPEABLE2(Array,arrayTc,"Array")
-#endif
 
 #ifdef __GLASGOW_HASKELL__