summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Constants.hs
blob: 99abba55cc451318987c342f03abbea4a9154e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE Trustworthy #-}
{-# 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"