
3 May
2006
3 May
'06
11:15 a.m.
Tomasz Zielonka wrote:
On Wed, May 03, 2006 at 11:53:19AM +0100, Simon Marlow wrote:
I'm afraid I don't understand: there's no Pretty module in the standard libraries, only Text.PrettyPrint.
There is a Pretty module in the text package. It seems that Michael uses "ghc -package text".
Ok (text package is deprecated, of course). But still it seems to work for me: GHC 6.4.1 and later find the local Pretty before the text package one. Cheers, Simon