[commit: haddock] ghc-head, master, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: Remote tab (e5fe985)
git at git.haskell.org
git at git.haskell.org
Tue Nov 28 11:55:58 UTC 2017
- Previous message: [commit: haddock] ghc-head, master, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: More general type for nameCacheFromGhc. (#539) (281bb7d)
- Next message: [commit: haddock] ghc-head, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: Merge remote-tracking branch 'origin/master' into ghc-head (08c9e19)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branches: ghc-head,master,wip/T14529,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,wip/ttg6-unrevert-2017-11-22
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 ()
- Previous message: [commit: haddock] ghc-head, master, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: More general type for nameCacheFromGhc. (#539) (281bb7d)
- Next message: [commit: haddock] ghc-head, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: Merge remote-tracking branch 'origin/master' into ghc-head (08c9e19)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list