[project @ 2005-02-02 13:45:05 by malcolm]
authormalcolm <unknown>
Wed, 2 Feb 2005 13:45:05 +0000 (13:45 +0000)
committermalcolm <unknown>
Wed, 2 Feb 2005 13:45:05 +0000 (13:45 +0000)
nhc98 has Data.Typeable.

Data/Complex.hs

index 6b9999b..749ba91 100644 (file)
@@ -43,9 +43,7 @@ module Data.Complex
 
 import Prelude
 
-#ifndef __NHC__
 import Data.Typeable
-#endif
 
 #ifdef __HUGS__
 import Hugs.Prelude(Num(fromInt), Fractional(fromDouble))