summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2018-02-18 11:01:59 -0500
committerBen Gamari <ben@smart-cactus.org>2018-02-18 11:57:36 -0500
commit9ff4cce373765cec064e2a41d4c6ddd84b873f04 (patch)
tree2c0d926995928386b26ab0849f7531af03715c94 /rules
parent918c0b393663e88f89becdb8520de477ce6a5463 (diff)
downloadhaskell-9ff4cce373765cec064e2a41d4c6ddd84b873f04.tar.gz
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
Diffstat (limited to 'rules')
-rw-r--r--rules/haddock.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/haddock.mk b/rules/haddock.mk
index 35748c3f00..37182bcbe6 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)" \