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