Re: Plugin support

2017-10-22 Thread Michael Snoyman
If the question is "where is Stack placing compiled libraries," you can get that information by looking at the `stack path` output. In particular, the `stack path --snapshot-install-root` command may help. On Fri, Oct 20, 2017 at 3:28 AM, Perry Wagle wrote: > I don’t

Re: Plugin support

2017-10-19 Thread Perry Wagle
I don’t understand its plugin mechanism either (yet), but it seems to involve the GHC API for loading Haskell (compiled on the fly) modules at run-time, and running them. The problem is that the linker isn’t told where the heck you squirreled away gait’s modules, so can’t link to them. I

Re: Plugin support

2017-10-17 Thread Michael Snoyman
I can't speak for others, but from this email I don't understand what the question is. I'm personally not familiar with the plugin mechanism provided by Gitit. Perhaps you can provide a little more detail? On Sat, Oct 14, 2017 at 3:25 AM, Perry Wagle wrote: > Gitit is a wiki