From 71cd62b8fff15a9beea524bcd2953a525e9d33f8 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 16 Jul 2008 19:28:36 +0000 Subject: [PATCH] Fix the build with GHC 6.4.2 --- compiler/ghc.cabal | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 1.7.10.4