From: Ian Lynagh Date: Wed, 16 Jul 2008 19:28:36 +0000 (+0000) Subject: Fix the build with GHC 6.4.2 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=71cd62b8fff15a9beea524bcd2953a525e9d33f8 Fix the build with GHC 6.4.2 --- diff --git a/compiler/ghc.cabal b/compiler/ghc.cabal index 1d3df54..2bb88fd 100644 --- a/compiler/ghc.cabal +++ b/compiler/ghc.cabal @@ -61,6 +61,10 @@ Library CPP-Options: -DGHCI Include-Dirs: ../libffi/build/include + -- GHC 6.4.2 needs to be able to find WCsubst.c, which needs to be + -- able to find WCsubst.h + Include-Dirs: ../libraries/base/cbits, ../libraries/base/include + Extensions: CPP, MagicHash, UnboxedTuples, PatternGuards, ForeignFunctionInterface, EmptyDataDecls, TypeSynonymInstances, MultiParamTypeClasses,