[commit: ghc] master: ghc-cabal: Bring back TRANSITIVE_DEP_NAMES (3017cbc)

git at git.haskell.org git at git.haskell.org
Thu Dec 24 12:39:35 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3017cbcfd10fe0a364cc8b039c07a94c3b9e61cc/ghc

>---------------------------------------------------------------

commit 3017cbcfd10fe0a364cc8b039c07a94c3b9e61cc
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Dec 24 13:39:28 2015 +0100

    ghc-cabal: Bring back TRANSITIVE_DEP_NAMES
    
    This is still needed by the Shake build system until things have been
    reworked to use Cabal directly.


>---------------------------------------------------------------

3017cbcfd10fe0a364cc8b039c07a94c3b9e61cc
 utils/ghc-cabal/Main.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/ghc-cabal/Main.hs b/utils/ghc-cabal/Main.hs
index 66ebd14..680c573 100644
--- a/utils/ghc-cabal/Main.hs
+++ b/utils/ghc-cabal/Main.hs
@@ -415,6 +415,7 @@ generate directory distdir dll0Modules config_args
                 variablePrefix ++ "_DEP_IPIDS = " ++ unwords dep_ipids,
                 variablePrefix ++ "_DEP_NAMES = " ++ unwords depNames,
                 variablePrefix ++ "_DEP_COMPONENT_IDS = " ++ unwords depLibNames,
+                variablePrefix ++ "_TRANSITIVE_DEP_NAMES = " ++ unwords transitiveDepNames,
                 variablePrefix ++ "_TRANSITIVE_DEP_COMPONENT_IDS = " ++ unwords transitiveDepLibNames,
                 variablePrefix ++ "_INCLUDE_DIRS = " ++ unwords (includeDirs bi),
                 variablePrefix ++ "_INCLUDES = " ++ unwords (includes bi),



More information about the ghc-commits mailing list