Michael Marte wrote:
Simon Marlow wrote:
Deprecation warnings seem to be working fine:
$ ghc -c Foo.hs -package text
Foo.hs:2:0:
Warning: Module `Pretty' is deprecated:
This module has moved to Text.PrettyPrint.HughesPJ
Also, the documentation for the text package clearly
Simon Marlow wrote:
Deprecation warnings seem to be working fine:
$ ghc -c Foo.hs -package text
Foo.hs:2:0:
Warning: Module `Pretty' is deprecated:
This module has moved to Text.PrettyPrint.HughesPJ
Also, the documentation for the text package clearly states in several
plac
On 03 May 2006 13:27, Michael Marte wrote:
> Simon Marlow wrote:
>
>> 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.
>>>
>>>
>>>
Simon Marlow wrote:
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
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 (t
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".
Best regards
Tomasz
__
I'm afraid I don't understand: there's no Pretty module in the standard
libraries, only Text.PrettyPrint.
Could you describe in more detail what's going wrong? (provide example
code and exact command lines, cut & paste error messages).
Cheers,
Simon
Michael Marte wrote:
Simon,
I c
Simon,
I checked the version of ghc I use: It's 6.4.1.
Michael
Simon Marlow wrote:
Michael Marte wrote:
I am migrating a project from ghc 6.2 to ghc 6.4. This project has a
module called Pretty and that's where my problems start. When
importing Pretty, ghc does not consider my local defini
Michael Marte wrote:
I am migrating a project from ghc 6.2 to ghc 6.4. This project has a
module called Pretty and that's where my problems start. When importing
Pretty, ghc does not consider my local definition but the Pretty module
from the standard library (which is an alias for
Text.Prett
Hello *,
I am migrating a project from ghc 6.2 to ghc 6.4. This project has a
module called Pretty and that's where my problems start. When importing
Pretty, ghc does not consider my local definition but the Pretty module
from the standard library (which is an alias for
Text.PrettyPrint.Hughe
10 matches
Mail list logo