summaryrefslogtreecommitdiff
path: root/compiler/main/PlatformConstants.hs
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-08 22:01:03 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-08 22:07:20 +0000
commitf52b4ad90f940bdb1e8719fbbc395450d2131a8a (patch)
tree90e145e103bedb62e9690a058029ad048711cef2 /compiler/main/PlatformConstants.hs
parentfa8686331d30d7b41f9fc8654e7271819fa14a86 (diff)
downloadhaskell-f52b4ad90f940bdb1e8719fbbc395450d2131a8a.tar.gz
Split the PlatformConstants type off into its own module
Diffstat (limited to 'compiler/main/PlatformConstants.hs')
-rw-r--r--compiler/main/PlatformConstants.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/compiler/main/PlatformConstants.hs b/compiler/main/PlatformConstants.hs
new file mode 100644
index 0000000000..03e146ca7c
--- /dev/null
+++ b/compiler/main/PlatformConstants.hs
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------------------
+--
+-- | Platform constants
+--
+-- (c) The University of Glasgow 2013
+--
+-------------------------------------------------------------------------------
+
+module PlatformConstants (PlatformConstants(..)) where
+
+#include "../includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs"
+