Problem with Windows ghc 6.8.2
Matthew Bentham
matthew_bentham at yahoo.com
Sat Feb 23 20:36:03 EST 2008
----- Original Message ----
> From: Daniel Fischer <daniel.is.fischer at web.de>
> To: Matthew Bentham <matthew_bentham at yahoo.com>; glasgow-haskell-users at 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
More information about the Glasgow-haskell-users
mailing list