Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7da235b10ab22b58d767367763139c962f348753 >--------------------------------------------------------------- commit 7da235b10ab22b58d767367763139c962f348753 Author: Ian Lynagh <[email protected]> Date: Sat May 7 23:37:59 2011 +0100 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 files changed, 0 insertions(+), 0 deletions(-) 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
