[project @ 2005-01-20 10:36:43 by malcolm]
authormalcolm <unknown>
Thu, 20 Jan 2005 10:36:43 +0000 (10:36 +0000)
committermalcolm <unknown>
Thu, 20 Jan 2005 10:36:43 +0000 (10:36 +0000)
Include Typeable instance for nhc98.

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__