On 22/08/2009 17:38, Clemens Fruhwirth wrote:
Sat Aug 22 18:37:11 CEST 2009  Clemens Fruhwirth<[email protected]>
   * GHC does not deploy a directory named 'includes'. Change 'includes' to 
'include' in HsVersions.h

[GHC does not deploy a directory named 'includes'. Change 'includes' to 'include' in HsVersions.h
Clemens Fruhwirth <[email protected]>**20090822163711
 Ignore-this: da2f830a732ac81a54d99230a3bf43fd
] hunk ./compiler/HsVersions.h 23
  * ghcconfig.h, because that will include ghcplatform.h which has the
  * wrong platform settings for the compiler (it has the platform
  * settings for the target plat instead). */
-#include "../includes/ghcautoconf.h"
+#include "../include/ghcautoconf.h"


This #include is referring to a directory in the source tree, not the deployed GHC installation. Why did you need this change?

Cheers,
        Simon

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to