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

Reply via email to