We need to tell ghc-pkg to --force if we've only built a profiling library
[ghc-hetmet.git] / compiler / basicTypes / IdInfo.lhs-boot
1 \begin{code}
2 module IdInfo where
3
4 data IdInfo
5 data GlobalIdDetails
6
7 notGlobalId :: GlobalIdDetails
8 seqIdInfo   :: IdInfo -> ()
9 \end{code}