Re: Problem with Windows ghc 6.8.2

23 Feb
2008
23 Feb
'08
8:36 p.m.
----- Original Message ----
From: Daniel Fischer
To: Matthew Bentham ; 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
6299
Age (days ago)
6299
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matthew Bentham