
21 Feb
2014
21 Feb
'14
7:22 a.m.
Hi Alan, On Fri, Feb 21, 2014 at 02:09:28PM +0200, AlanKim Zimmerman wrote:
In terms of using the right section of cabal, in the dev/editor environment you actually need to union of all the cabal targets, so all the various hs-src directories etc are in scope.
You might get an issue by doing it that way, just think about two executables having modules with the same name. I think the "right" way might be to find the associated cabal target for the current source file. But I don't know if it's possible to always get a unique cabal target. Greetings, Daniel