X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FRdrName.lhs;h=172485c206c8400e15b0e580cf90cb9d398abeac;hb=474656aa64e690fc48752eabecf2b76532c31ea7;hp=d04aa6fd52985f4370423cc8799bc238d37e1dba;hpb=c55d0121fe03815f69ee5d69447b7b7425b290c6;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/RdrName.lhs b/ghc/compiler/basicTypes/RdrName.lhs index d04aa6f..172485c 100644 --- a/ghc/compiler/basicTypes/RdrName.lhs +++ b/ghc/compiler/basicTypes/RdrName.lhs @@ -451,7 +451,7 @@ data Provenance = LocalDef -- Defined locally Module - | Imported -- Imported + | Imported -- Imported [ImportSpec] -- INVARIANT: non-empty data ImportSpec = ImpSpec { is_decl :: ImpDeclSpec,