From: Ian Lynagh Date: Sat, 7 May 2011 22:37:59 +0000 (+0100) Subject: Move Platform from compiler/nativeGen to compiler/utils X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7da235b10ab22b58d767367763139c962f348753 Move Platform from compiler/nativeGen to compiler/utils We want to use it across the whole compiler now --- 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