From: malcolm Date: Thu, 20 Jan 2005 10:36:43 +0000 (+0000) Subject: [project @ 2005-01-20 10:36:43 by malcolm] X-Git-Tag: nhc98-1-18-release~96 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=75b671155210ea7a5c7070760092a93744cce053;p=ghc-base.git [project @ 2005-01-20 10:36:43 by malcolm] Include Typeable instance for nhc98. --- diff --git a/Data/Array.hs b/Data/Array.hs index cd41677..263f970 100644 --- a/Data/Array.hs +++ b/Data/Array.hs @@ -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__