patch applied (cabal-install): Minor changes to the tar packing code
19 Mar
2008
19 Mar
'08
2 a.m.
Tue Mar 18 17:09:19 PDT 2008 Duncan Coutts <duncan@haskell.org> * Minor changes to the tar packing code Use lazy bytestring when packing tar entry headers rather than strict and then making a single chunk lazy bytestring later. The lazy bytestring pack will only generate a single chunk for a String that short (<4k). Use openBinaryFile rather than openFile + hSetBinaryMode. Add a haddock module header with copyright note. M ./Hackage/Tar.hs -11 +31 View patch online: http://darcs.haskell.org/cabal-install/_darcs/patches/20080319000919-adfee-c...
6690
Age (days ago)
6690
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts