mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-11 05:47:29 +01:00
Better compression
This commit is contained in:
parent
755bef0c3e
commit
957a4f29a3
@ -76,7 +76,7 @@ main = withManager defaultManagerSettings $ \m -> do
|
|||||||
|
|
||||||
putStrLn "Creating tarball"
|
putStrLn "Creating tarball"
|
||||||
(Nothing, Nothing, Nothing, ph) <- createProcess
|
(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
|
{ cwd = Just root
|
||||||
}
|
}
|
||||||
ec <- waitForProcess ph
|
ec <- waitForProcess ph
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user