A new version of the hs-plugins library has been released, v0.9.4
http://www.cse.unsw.edu.au/~dons/hs-plugins
It features some nice improvements over the last few releases:
* the library can now parse standard .hi files to work out a plugin's
dependencies, so no more .dep files
* when finding package dependencies, it now consults the system
or user supplied package.conf files, rather than guessing
where packages live, and what they depend on. Thanks to Sean
Seefried for implementing this.
* it comes with a 98 line haskell interpreter in the style of
hmake, illustrating how to create an embedded Haskell
interpreter via make() and load().
* many more examples
Bug fixes as well.
Enjoy,
Don
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell