Re: [Haskell-cafe] plugins and cabal build

2011-04-26 Thread Ivan Lazar Miljenovic
On 26 April 2011 04:57, Michael Snoyman mich...@snoyman.com wrote: Hi all, I'm experimenting with using the plugins package for yesod devel server. The basic approach is to use cabal for building the object files, and then load them with plugins. I can get everything to work when I compile

Re: [Haskell-cafe] plugins and cabal build

2011-04-26 Thread Andy Stewart
Ivan Lazar Miljenovic ivan.miljeno...@gmail.com writes: On 26 April 2011 04:57, Michael Snoyman mich...@snoyman.com wrote: Hi all, I'm experimenting with using the plugins package for yesod devel server. The basic approach is to use cabal for building the object files, and then load them

Re: [Haskell-cafe] plugins and cabal build

2011-04-26 Thread Michael Snoyman
On Tue, Apr 26, 2011 at 4:56 PM, Andy Stewart lazycat.mana...@gmail.com wrote: Ivan Lazar Miljenovic ivan.miljeno...@gmail.com writes: On 26 April 2011 04:57, Michael Snoyman mich...@snoyman.com wrote: Hi all, I'm experimenting with using the plugins package for yesod devel server. The

[Haskell-cafe] plugins and cabal build

2011-04-25 Thread Michael Snoyman
Hi all, I'm experimenting with using the plugins package for yesod devel server. The basic approach is to use cabal for building the object files, and then load them with plugins. I can get everything to work when I compile with ghc --make, but I believe name mangling is getting in the way with