Re: blocking parallel program

2013-10-21 Thread Facundo Domínguez
> Oh I see; the problem is the GHC RTS is attempting to shut down, > and in order to do this it needs to grab all of the capabilities. Thanks, again. However, the program doesn't seem to be blocking when the main thread finishes, but rather in the "takeMVar mv1" line. I'm copying the modified vers

Re: GHC API: modInfoIsExportedName, String -> Name?

2013-10-21 Thread Daniel Trstenjak
Hi Ranjit, > I should have added that you should call them after compiling the > particular target (or with the environment obtained after compiling > from a particular target) did you do that? I don't compile anything in my context, but I'm just reading the information of already compiled modul