Make showSDoc and printDoc use the same default width (100)
authorSimon Marlow <marlowsd@gmail.com>
Mon, 14 Jul 2008 08:36:54 +0000 (08:36 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 14 Jul 2008 08:36:54 +0000 (08:36 +0000)
commit48a72931c4733260598cbc0e7a1f7080be20b830
tree77371f416c6926f9b3d7ea2db61d6576cf7a1d01
parentd502cd03812e1c6452927d40e31e81c0594e899e
Make showSDoc and printDoc use the same default width (100)
For some reason they were different (100/120), which made some tests
produce different output when I moved from showSDoc to printDoc for
error messages.
compiler/utils/Pretty.lhs