From d53840d9c45efab2fadac7ea01f026d14e3f60fd Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Sun, 25 Sep 2011 17:47:51 +0100 Subject: [PATCH] Add "processFlags.h" to "install-includes" Fixes #5449: The process package wouldn't build outside of a GHC tree. --- process.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/process.cabal b/process.cabal index 28d5cd82..aaf232bc 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 -- GitLab