
3 Aug
2007
3 Aug
'07
6 p.m.
On Fri, 2007-08-03 at 20:55 +0100, Simon Peyton-Jones wrote:
| the error message is now: | | setup: Cabal.cabal:70: Tabs used for indentation at (line,column): | [(70,0),(71,1)]
Great! It would be helpful to add "Use spaces instead". Otherwise the user might think "I know tabs are used for indentation -- I put them there".
Thomas has improved it to say: + "Do not use tabs for indentation (use spaces instead)\n" + ++ " Tabs were used at (line,column): " ++ show tabs Duncan