make stamp.inplace-gcc-lib copy $(LD) instead of $(GccDir)ld.exe to avoid building...
[ghc-hetmet.git] / compiler / basicTypes / Module.lhs-boot
1 \begin{code}
2 module Module where
3
4 import PackageConfig (PackageId)
5
6 data Module
7 data ModuleName
8 moduleName :: Module -> ModuleName
9 modulePackageId :: Module -> PackageId
10 \end{code}