
10 Nov
2006
10 Nov
'06
3:52 p.m.
Hi
I have openned a bug for it: http://code.google.com/p/yhc/issues/detail?id=79
Should this be a yhc or a yhi option, or both... do the bytecode files have enough information in them? Just wondering...
Turns out yhi could happily do this. Yhi just executes <module name>.main already, so adding -main-is is pretty easy.
We also have -exportall, which makes everything exported from a module, if that gives you any luck.
"-exportall" was enough of a workaround that I found out that I couldn't use QuickCheck with Yhc yet...
Yes, the lack of haskell.org libraries is starting to get increasingly annoying... Thanks Neil