[commit: haddock] ghc-head, wip/revert-ttg-2017-11-20, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Copy QuickJump files over (88e3012)

git at git.haskell.org git at git.haskell.org
Mon Nov 20 21:11:17 UTC 2017


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

On branches: ghc-head,wip/revert-ttg-2017-11-20,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13
Link       : http://git.haskell.org/haddock.git/commitdiff/88e30124499df08eb1a37ec44e342c1e69cf5029

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

commit 88e30124499df08eb1a37ec44e342c1e69cf5029
Author: alexbiehl <alex.biehl at gmail.com>
Date:   Sun Oct 8 20:36:12 2017 +0200

    Copy QuickJump files over


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

88e30124499df08eb1a37ec44e342c1e69cf5029
 ghc.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ghc.mk b/ghc.mk
index 9226d02..91c9eb4 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1,4 +1,3 @@
-
 utils/haddock_USES_CABAL = YES
 utils/haddock_PACKAGE = haddock
 utils/haddock_CONFIGURE_OPTS = --flag in-ghc-tree
@@ -36,7 +35,9 @@ endif
 
 utils/haddock_dist_MODULES += Paths_haddock
 
-utils/haddock_dist_DATA_FILES += html/haddock-util.js
+utils/haddock_dist_DATA_FILES += html/quick-jump.min.js
+utils/haddock_dist_DATA_FILES += html/quick-jump.css
+utils/haddock_dist_DATA_FILES += html/haddock-bundle.min.js
 utils/haddock_dist_DATA_FILES += html/Classic.theme/haskell_icon.gif
 utils/haddock_dist_DATA_FILES += html/Classic.theme/minus.gif
 utils/haddock_dist_DATA_FILES += html/Classic.theme/plus.gif



More information about the ghc-commits mailing list