aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexbiehl <alex.biehl@gmail.com>2017-10-31 21:46:52 +0100
committeralexbiehl <alex.biehl@gmail.com>2017-10-31 21:46:52 +0100
commite5fe98530d9c70f5197494da9de07f42dd7fe334 (patch)
tree1ef950286bc83a38e6df5bf8dfdc8fd742c0bf34
parent281bb7dc19b0993622cb91b15007fb246cddb043 (diff)
Remote tab
-rw-r--r--haddock-api/src/Haddock/Backends/Xhtml.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/haddock-api/src/Haddock/Backends/Xhtml.hs b/haddock-api/src/Haddock/Backends/Xhtml.hs
index d43de2ad..cf8d7e4f 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 ()