add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / GHC / Constants.hs
1 {-# LANGUAGE CPP #-}
2
3 module GHC.Constants where
4
5 import Prelude
6
7 -- We use stage1 here, because that's guaranteed to exist
8 #include "../../../compiler/stage1/ghc_boot_platform.h"
9
10 #include "../../../includes/HaskellConstants.hs"