X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FIdInfo.hi-boot;h=2edaa0a416f80998ad189d0e3537272975e0350e;hb=8f7d8614c5ea91e2df8c26ba4871e19b71a97805;hp=f180e0498f09a3228c46d27e9058e36a9b3d008a;hpb=30b5ebe424ebae69b162ac3fc547eb14d898535f;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/IdInfo.hi-boot b/ghc/compiler/basicTypes/IdInfo.hi-boot index f180e04..2edaa0a 100644 --- a/ghc/compiler/basicTypes/IdInfo.hi-boot +++ b/ghc/compiler/basicTypes/IdInfo.hi-boot @@ -1,7 +1,9 @@ _interface_ IdInfo 1 _exports_ -IdInfo IdInfo seqIdInfo vanillaIdInfo; +IdInfo IdInfo GlobalIdDetails notGlobalId seqIdInfo vanillaIdInfo; _declarations_ 1 data IdInfo ; +1 data GlobalIdDetails ; +1 notGlobalId _:_ GlobalIdDetails ;; 1 seqIdInfo _:_ IdInfo -> PrelBase.() ;; 1 vanillaIdInfo _:_ IdInfo ;;