GHC core plugins

Max Bolingbroke batterseapower at hotmail.com
Tue Jan 26 13:37:50 EST 2010


Hi José,

The patch implementing GHC plugins is with Simon PJ and awaiting merge
into GHC (and has been for some time - he's a busy guy and its a big
patch). However, even once it's merged some more work will need to be
done to make sure that it plays nicely with the shared library support
(now that has been implemented on all major platforms).

In short, the easiest way to add a pass to the compiler right now is
to download GHC and build it yourself
(http://hackage.haskell.org/trac/ghc/wiki/Building). Sorry!

All the best,
Max

2010/1/26 José Pedro Magalhães <jpm at cs.uu.nl>:
> Hello all,
>
> What's the current status of GHC plugins [1] in HEAD? Can I use them? If
> not, what's the easiest way to add another core-to-core pass to the
> compiler?
>
>
> Thanks,
> Pedro
>
> [1] http://hackage.haskell.org/trac/ghc/wiki/Plugins
>
> _______________________________________________
> Glasgow-haskell-users mailing list
> Glasgow-haskell-users at haskell.org
> http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
>
>


More information about the Glasgow-haskell-users mailing list