[commit: haddock] master: Make Haddock generate source for all interfaces (also hidden ones). (4a6b6c1)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:41:02 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/haddock.git/commitdiff/4a6b6c18dbb6542b64f13e4f51cc0447df15a175

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

commit 4a6b6c18dbb6542b64f13e4f51cc0447df15a175
Author: Łukasz Hanuszczak <lukasz.hanuszczak at gmail.com>
Date:   Sun Jun 28 21:45:29 2015 +0200

    Make Haddock generate source for all interfaces (also hidden ones).


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

4a6b6c18dbb6542b64f13e4f51cc0447df15a175
 haddock-api/src/Haddock.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haddock-api/src/Haddock.hs b/haddock-api/src/Haddock.hs
index caaa1ee..c76966f 100644
--- a/haddock-api/src/Haddock.hs
+++ b/haddock-api/src/Haddock.hs
@@ -321,7 +321,7 @@ render dflags flags qual ifaces installedIfaces srcMap = do
                   libDir
 
   when (Flag_HyperlinkedSource `elem` flags) $ do
-    ppHyperlinkedSource odir libDir opt_source_css pkgKey srcMap visibleIfaces
+    ppHyperlinkedSource odir libDir opt_source_css pkgKey srcMap ifaces
 
 -- | From GHC 7.10, this function has a potential to crash with a
 -- nasty message such as @expectJust getPackageDetails@ because



More information about the ghc-commits mailing list