diff options
author | alexbiehl <alex.biehl@gmail.com> | 2017-11-02 17:29:08 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-02 20:15:48 -0400 |
commit | eb3713225fd3199a81357b5853194e56f732e308 (patch) | |
tree | c13ad67a7f34a4f881289db6947d3a031fa0c6e7 /mk | |
parent | 15f788f5e5096641245a4f060600a6db9cbc2c4e (diff) | |
download | haskell-eb3713225fd3199a81357b5853194e56f732e308.tar.gz |
Bump haddock submodule
Reviewers: austin, bgamari
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D4144
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample index 6bceca3de1..958cea72a3 100644 --- a/mk/build.mk.sample +++ b/mk/build.mk.sample @@ -99,7 +99,7 @@ endif # Enable pretty hyperlinked sources #HADDOCK_DOCS = YES -#EXTRA_HADDOCK_OPTS += --hyperlinked-source +#EXTRA_HADDOCK_OPTS += --quickjump --hyperlinked-source # Don't strip debug and other unneeded symbols from libraries and executables. STRIP_CMD = : |