summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-16 19:28:36 +0000
committerIan Lynagh <igloo@earth.li>2008-07-16 19:28:36 +0000
commit71cd62b8fff15a9beea524bcd2953a525e9d33f8 (patch)
treedca9c9641c0fba9119c1c09683dbec460ba98e02 /compiler/ghc.cabal
parent9412e62942ebab0599c7fb0b358a9d4869647b67 (diff)
downloadhaskell-71cd62b8fff15a9beea524bcd2953a525e9d33f8.tar.gz
Fix the build with GHC 6.4.2
Diffstat (limited to 'compiler/ghc.cabal')
-rw-r--r--compiler/ghc.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/ghc.cabal b/compiler/ghc.cabal
index 1d3df5459d..2bb88fd3e9 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,