[commit: ghc] master: Build Haddocks with --quickjump (9ff4cce)

git at git.haskell.org git at git.haskell.org
Sun Feb 18 17:00:12 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9ff4cce373765cec064e2a41d4c6ddd84b873f04/ghc

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

commit 9ff4cce373765cec064e2a41d4c6ddd84b873f04
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Sun Feb 18 11:01:59 2018 -0500

    Build Haddocks with --quickjump
    
    By request of @alexbiehl.
    CCing @snowleopard and @alpmestan as the same should be done in Hadrian.
    
    Bumps haddock submodule.
    
    Reviewers: alexbiehl
    
    Reviewed By: alexbiehl
    
    Subscribers: rwbarton, thomie, carter, snowleopard, alpmestan, alexbiehl
    
    Differential Revision: https://phabricator.haskell.org/D4365


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

9ff4cce373765cec064e2a41d4c6ddd84b873f04
 rules/haddock.mk | 1 +
 utils/haddock    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules/haddock.mk b/rules/haddock.mk
index 35748c3..37182bc 100644
--- a/rules/haddock.mk
+++ b/rules/haddock.mk
@@ -65,6 +65,7 @@ endif
 		--dump-interface=$$($$($1_PACKAGE)-$$($1_$2_VERSION)_HADDOCK_FILE) \
 		--html \
 		--hoogle \
+		--quickjump \
 		--title="$$($1_PACKAGE)-$$($1_$2_VERSION)$$(if $$(strip $$($1_$2_SYNOPSIS)),: $$(strip $$($1_$2_SYNOPSIS)),)" \
 		--prologue="$1/$2/haddock-prologue.txt" \
 		--optghc="-D__HADDOCK_VERSION__=$$(HADDOCK_VERSION_STRING)" \
diff --git a/utils/haddock b/utils/haddock
index dd80ae1..0ef6a26 160000
--- a/utils/haddock
+++ b/utils/haddock
@@ -1 +1 @@
-Subproject commit dd80ae1773ea6aae48c3c5a899d510699783d6ee
+Subproject commit 0ef6a26d49fc2b3a5785a55d95b64f77c40e58ad



More information about the ghc-commits mailing list