Hi

-- line 133 replaced with these two system calls

   system $ unwords ["tar -C", tmpDir, "-cf",
                                tarBallFilePath, nameVersion pkg_descr]
   system $ unwords ["gzip -9", tarBallFilePath]

What was the original line here? And why are tar and gzip being used,
when a much more "windows" thing to do would be to create a .zip file
- although I guess thats not what people want.

Thanks

Neil
_______________________________________________
cabal-devel mailing list
cabal-devel@haskell.org
http://www.haskell.org/mailman/listinfo/cabal-devel

Reply via email to