----- Original Message ---- > From: Daniel Fischer <[EMAIL PROTECTED]> > To: Matthew Bentham <[EMAIL PROTECTED]>; glasgow-haskell-users@haskell.org > Sent: Sunday, February 24, 2008 1:13:48 AM > Subject: Re: Problem with Windows ghc 6.8.2 > > Am Sonntag, 24. Februar 2008 01:54 schrieb Matthew Bentham: > > Hi all, > > > > I'm not too experienced with ghc or Haskell, so I wanted to check here > > rather than submitting a bug: > > It's probably the base-split. In 6.6.1, Text.PrettyPrint was in the base > package, in 6.8.2 it's in the pretty package. > Try compiling with -package pretty, or better still, with --make: > > /path/to/ghc --make test > > or > > /path/to/ghc -o test.exe test.hs -package pretty > > If that's not it, you might have a real problem.
Thanks, they both work great. Matthew _______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users