summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Constants.hs
blob: 871829d83245f79857ec511845f0207ab08990c6 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE CPP #-}

module GHC.Constants where

import Prelude

-- We use stage1 here, because that's guaranteed to exist
#include "../../../compiler/stage1/ghc_boot_platform.h"

#include "../../../includes/HaskellConstants.hs"