
2 Oct
2011
2 Oct
'11
10:18 p.m.
On Sun, Oct 2, 2011 at 8:16 PM, Brandon Allbery
On Sun, Oct 2, 2011 at 20:53, Martin Baldan
wrote: Then I type "ghc ./myexample.hs" and the output is:
This should be
ghc --make myexample.hs
(I have no idea why --make is *still* not the default... without it, you need to link in every package explicitly.)
It is the default, starting with the 7.0 compiler line :-) Antoine