blob: b2ca32be68193ed2a1ebb865deb8c781d6c4219a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{-# LANGUAGE CPP #-}
-------------------------------------------------------------------------------
--
-- | Platform constants
--
-- (c) The University of Glasgow 2013
--
-------------------------------------------------------------------------------
module PlatformConstants (PlatformConstants(..)) where
#include "../includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs"
|