X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FFieldLabel.lhs;h=7e3b67cd502e513273cf5e6098e7feae1970e747;hb=5eb1c77c795f92ed0f4c8023847e9d4be1a4fd0d;hp=53a1b5758c2bde2254e143b826366061f6384a15;hpb=e7498a3ee1d0484d02a9e86633cc179c76ebf36e;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/FieldLabel.lhs b/ghc/compiler/basicTypes/FieldLabel.lhs index 53a1b57..7e3b67c 100644 --- a/ghc/compiler/basicTypes/FieldLabel.lhs +++ b/ghc/compiler/basicTypes/FieldLabel.lhs @@ -11,7 +11,7 @@ module FieldLabel where IMP_Ubiq(){-uitous-} import Name ( Name{-instance Eq/Outputable-} ) -import Type ( Type(..) ) +import Type ( SYN_IE(Type) ) \end{code} \begin{code}