[commit: haddock] ghc-head, master, 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: Remote tab (e5fe985)

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


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

On branches: ghc-head,master,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/e5fe98530d9c70f5197494da9de07f42dd7fe334

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

commit e5fe98530d9c70f5197494da9de07f42dd7fe334
Author: alexbiehl <alex.biehl at gmail.com>
Date:   Tue Oct 31 21:46:52 2017 +0100

    Remote tab


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

e5fe98530d9c70f5197494da9de07f42dd7fe334
 haddock-api/src/Haddock/Backends/Xhtml.hs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/haddock-api/src/Haddock/Backends/Xhtml.hs b/haddock-api/src/Haddock/Backends/Xhtml.hs
index d43de2a..cf8d7e4 100644
--- a/haddock-api/src/Haddock/Backends/Xhtml.hs
+++ b/haddock-api/src/Haddock/Backends/Xhtml.hs
@@ -111,8 +111,7 @@ copyHtmlBits odir libdir themes withQuickjump = do
   mapM_ copyCssFile (cssFiles themes)
   copyLibFile haddockJsFile
   copyCssFile (joinPath [libhtmldir, quickJumpCssFile])
-  when withQuickjump
-  	(copyLibFile jsQuickJumpFile)
+  when withQuickjump (copyLibFile jsQuickJumpFile)
   return ()
 
 



More information about the ghc-commits mailing list