blob: 981dc4328fed9ad9a619387bf7093da137372fb0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Constants where
-- TODO: This used to include HaskellConstants.hs, but that has now gone.
-- We probably want to include the constants in platformConstants somehow
-- instead.
import GHC.Base () -- dummy dependency
|