Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/53f1414526a7c6a844568a82fdfc0553d7b66ab8 >--------------------------------------------------------------- commit 53f1414526a7c6a844568a82fdfc0553d7b66ab8 Author: David Terei <[email protected]> Date: Tue Oct 18 15:59:35 2011 -0700 Fix warning. >--------------------------------------------------------------- compiler/utils/Platform.hs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/compiler/utils/Platform.hs b/compiler/utils/Platform.hs index b4eb7aa..5222605 100644 --- a/compiler/utils/Platform.hs +++ b/compiler/utils/Platform.hs @@ -17,8 +17,6 @@ module Platform ( where -import Panic - #include "HsVersions.h" _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
