blob: 96b0f70e6de8f4b50a4c0d5dd887e2e696098096 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{-# LANGUAGE CPP #-}
-------------------------------------------------------------------------------
--
-- | Platform constants
--
-- (c) The University of Glasgow 2013
--
-------------------------------------------------------------------------------
module PlatformConstants (PlatformConstants(..)) where
import GhcPrelude
-- Produced by deriveConstants
#include "GHCConstantsHaskellType.hs"
|