update submodule pointer
[ghc-hetmet.git] / compiler / main / Constants.lhs
1 %
2 % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998
3 %
4 \section[Constants]{Info about this compilation}
5
6 \begin{code}
7 module Constants (module Constants) where
8
9 #include "ghc_boot_platform.h"
10
11 #include "../includes/HaskellConstants.hs"
12
13 \end{code}