From 2d71d3fd79748cf37060326c736531ae6a595696 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 5 Jul 2007 20:53:56 +0000 Subject: [PATCH] Remove include-dirs ../../includes and ../../rts We get these by virtue of depending on the rts package. --- base.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4