From: Ian Lynagh Date: Thu, 5 Jul 2007 20:53:56 +0000 (+0000) Subject: Remove include-dirs ../../includes and ../../rts X-Git-Tag: 2007-09-13~51 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2d71d3fd79748cf37060326c736531ae6a595696;p=ghc-base.git Remove include-dirs ../../includes and ../../rts We get these by virtue of depending on the rts package. --- diff --git a/base.cabal b/base.cabal index b0c68e8..600ab03 100644 --- a/base.cabal +++ b/base.cabal @@ -171,7 +171,7 @@ c-sources: cbits/lockFile.c cbits/longlong.c cbits/selectUtils.c -include-dirs: include, ../../includes, ../../rts +include-dirs: include includes: HsBase.h install-includes: HsBase.h HsBaseConfig.h WCsubst.h dirUtils.h lockFile.h consUtils.h Typeable.h extensions: CPP