Better compression

This commit is contained in:
Michael Snoyman 2014-10-20 15:47:41 +03:00
parent 755bef0c3e
commit 957a4f29a3

View File

@ -76,7 +76,7 @@ main = withManager defaultManagerSettings $ \m -> do
putStrLn "Creating tarball"
(Nothing, Nothing, Nothing, ph) <- createProcess
(proc "tar" $ "czf" : "haddock.tar.xz" : "index.html" : "style.css" : dirs)
(proc "tar" $ "cJf" : "haddock.tar.xz" : "index.html" : "style.css" : dirs)
{ cwd = Just root
}
ec <- waitForProcess ph