patch applied (cabal-install): Make cabal upload/check print out the error messages reported by the server
5 Jun
2009
5 Jun
'09
2:08 a.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...
6252
Age (days ago)
6252
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts