Fix #3525 - we were still checking for ParsePkgConf.hs, which is gone
[ghc-hetmet.git] / compiler / codeGen / CgExpr.lhs-boot
1 \begin{code}
2 module CgExpr where
3 import StgSyn( StgExpr )
4 import CgMonad( Code )
5
6 cgExpr :: StgExpr -> Code
7 \end{code}