[Haskell-cafe] Typing Haskell in Haskell

2010-05-01 Thread Aaron Gray
Hi,

I am relatively new to Haskell. I am attempting to get Typing Haskell in
Haskell to work on HUGS or GHC.

   http://web.cecs.pdx.edu/~mpj/thih/

I am getting an error on loading SourcePrelude :-

   Hugs :l SourcePrelude
   ERROR .\PPrint.hs - Can't find imported module Pretty

And I cannot find a Pretty module, the module and Language.Haskell.Pretty
does not seem to be what is required.

Any help welcome,

Aaron
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Typing Haskell in Haskell

2010-05-01 Thread Gwern Branwen
On Sat, May 1, 2010 at 10:05 AM, Aaron Gray
aaronngray.li...@googlemail.com wrote:
 Hi,
 I am relatively new to Haskell. I am attempting to get Typing Haskell in
 Haskell to work on HUGS or GHC.
    http://web.cecs.pdx.edu/~mpj/thih/
 I am getting an error on loading SourcePrelude :-
    Hugs :l SourcePrelude
    ERROR .\PPrint.hs - Can't find imported module Pretty
 And I cannot find a Pretty module, the module and Language.Haskell.Pretty
 does not seem to be what is required.
 Any help welcome,
 Aaron

I strongly suggest you only bother with GHC and not try Hugs. As far
as THIH, I cabalized and uploaded it a while ago:
http://hackage.haskell.org/package/thih

You should have better luck with that.

-- 
gwern
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Typing Haskell in Haskell

2010-05-01 Thread Ivan Lazar Miljenovic
Aaron Gray aaronngray.li...@googlemail.com writes:

 I am relatively new to Haskell. I am attempting to get Typing Haskell in
 Haskell to work on HUGS or GHC.

http://web.cecs.pdx.edu/~mpj/thih/

 I am getting an error on loading SourcePrelude :-

Hugs :l SourcePrelude
ERROR .\PPrint.hs - Can't find imported module Pretty

I think you want Text.PrettyPrint rather than just Pretty.  This comes
with GHC at least; no idea about Hugs.

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe