Repository : ssh://darcs.haskell.org//srv/darcs/packages/process On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d53840d9c45efab2fadac7ea01f026d14e3f60fd >--------------------------------------------------------------- commit d53840d9c45efab2fadac7ea01f026d14e3f60fd Author: Ian Lynagh <[email protected]> Date: Sun Sep 25 17:47:51 2011 +0100 Add "processFlags.h" to "install-includes" Fixes #5449: The process package wouldn't build outside of a GHC tree. >--------------------------------------------------------------- process.cabal | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/process.cabal b/process.cabal index 28d5cd8..aaf232b 100644 --- a/process.cabal +++ b/process.cabal @@ -38,6 +38,7 @@ Library { runProcess.h install-includes: runProcess.h + processFlags.h HsProcessConfig.h if os(windows) build-depends: Win32 >=2.2.0.0 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
