4 Jun
2009
4 Jun
'09
6:08 p.m.
Thu Jun 4 05:48:36 PDT 2009 Duncan Coutts <duncan@haskell.org> * Make cabal upload/check print out the error messages reported by the server The code to do it was already there but we were checking for the mime type text/plain using just (==) when in fact the server reports text/plain; charset="ISO-8859-1" so we have to parse the field a bit better (still a bit of a hack). M ./Distribution/Client/Upload.hs -4 +6 View patch online: http://darcs.haskell.org/cabal-install/_darcs/patches/20090604124836-adfee-b...