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