[project @ 1999-07-15 14:08:03 by keithw]
[ghc-hetmet.git] / ghc / compiler / basicTypes / FieldLabel.lhs
index 3a9ec6d..a0a85dd 100644 (file)
@@ -8,7 +8,7 @@ module FieldLabel where
 
 #include "HsVersions.h"
 
-import {-# SOURCE #-}  Type( Type )    -- FieldLabel is compiled very early
+import {-# SOURCE #-}  TypeRep( Type ) -- FieldLabel is compiled very early
 
 import Name            ( Name{-instance Eq/Outputable-}, NamedThing(..), nameUnique )
 import Outputable