Call windres with explicit preprocessor path in case gcc is not in $PATH
[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}