Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c2121ec425c806ea423916af41d5f371e3acaf50 >--------------------------------------------------------------- commit c2121ec425c806ea423916af41d5f371e3acaf50 Author: Simon Marlow <[email protected]> Date: Thu Jan 12 13:55:42 2012 +0000 TOP/includes/dist doesn't exist (yet?) and makes ghcpkg05 fail, so remove it >--------------------------------------------------------------- rts/package.conf.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rts/package.conf.in b/rts/package.conf.in index f2d1d84..1301302 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -51,7 +51,7 @@ extra-libraries: #ifdef INSTALLING include-dirs: INCLUDE_DIR PAPI_INCLUDE_DIR #else /* !INSTALLING */ -include-dirs: TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist" TOP"/includes/dist-ghcconstants/header" TOP"/includes/dist-derivedconstants/header" +include-dirs: TOP"/rts/dist/build" TOP"/includes" TOP"/includes/dist-ghcconstants/header" TOP"/includes/dist-derivedconstants/header" #endif includes: Stg.h _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
