[commit: ghc] master: Register 'haddockHTMLs' for inplace builds (8bccefc)
git at git.haskell.org
git at git.haskell.org
Thu Jul 12 15:36:58 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8bccefc06db5aa28e0d999594c87f60eef84121b/ghc
>---------------------------------------------------------------
commit 8bccefc06db5aa28e0d999594c87f60eef84121b
Author: Alec Theriault <alec.theriault at gmail.com>
Date: Tue Jun 19 10:12:47 2018 -0700
Register 'haddockHTMLs' for inplace builds
>---------------------------------------------------------------
8bccefc06db5aa28e0d999594c87f60eef84121b
utils/ghc-cabal/Main.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/utils/ghc-cabal/Main.hs b/utils/ghc-cabal/Main.hs
index a918895..8b77649 100644
--- a/utils/ghc-cabal/Main.hs
+++ b/utils/ghc-cabal/Main.hs
@@ -299,7 +299,6 @@ generate directory distdir config_args
final_ipi = installedPkgInfo {
Installed.installedUnitId = ipid,
Installed.compatPackageKey = display (packageId pd),
- Installed.haddockHTMLs = [],
Installed.includeDirs = concatMap fixupIncludeDir (Installed.includeDirs installedPkgInfo)
}
content = Installed.showInstalledPackageInfo final_ipi ++ "\n"
More information about the ghc-commits
mailing list