
A new version of the hs-plugins library has been released, v0.9.5.
hs-plugins provides dynamic loading, runtime compilation and an eval()
mechanism for Haskell plugins:
http://www.cse.unsw.edu.au/~dons/hs-plugins
New features:
* eval :: Typeable a => String -> [Import] -> IO (Maybe a)
* Foreign language bindings to eval:
#include "RunHaskell.h"
#include