[commit: ghc] ghc-8.4: Build Haddocks with --quickjump (2a7c428)

git at git.haskell.org git at git.haskell.org
Sun Feb 18 19:38:51 UTC 2018


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

On branch  : ghc-8.4
Link       : http://ghc.haskell.org/trac/ghc/changeset/2a7c428f6e1ce187d772f3f2ee3b51d343810028/ghc

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

commit 2a7c428f6e1ce187d772f3f2ee3b51d343810028
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
    
    (cherry picked from commit 9ff4cce373765cec064e2a41d4c6ddd84b873f04)


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

2a7c428f6e1ce187d772f3f2ee3b51d343810028
 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 ac33472..5141e4b 160000
--- a/utils/haddock
+++ b/utils/haddock
@@ -1 +1 @@
-Subproject commit ac33472e834d381f95fd56586e57e6653263055c
+Subproject commit 5141e4b76af8462e49abdf48e44bb9cddb183383



More information about the ghc-commits mailing list