From 7da235b10ab22b58d767367763139c962f348753 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 7 May 2011 23:37:59 +0100 Subject: [PATCH] Move Platform from compiler/nativeGen to compiler/utils We want to use it across the whole compiler now --- compiler/{nativeGen => utils}/Platform.hs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename compiler/{nativeGen => utils}/Platform.hs (100%) diff --git a/compiler/nativeGen/Platform.hs b/compiler/utils/Platform.hs similarity index 100% rename from compiler/nativeGen/Platform.hs rename to compiler/utils/Platform.hs -- 1.7.10.4