> in our (latest) installation (ghc-5.02.3 on solaris) the module Pretty
> (from the package text) did not export Style-related 
> functions due to an
> (old/wrong) interface file ../imports/text/Pretty.hi (with 
> size 10909).
> 
> When translating Pretty.lhs ourselves it seems to work correctly (and
> the size of Pretty.hi is only 2479).

The Style exports (Style(..), renderStyle, style) were enabled after the
5.02 branch, so if you want these then you have to pull a more recent
version from CVS (which it appears is what you did).

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to