[Haskell] ANNOUNCE: hs-plugins-0.9.4
Donald Bruce Stewart
dons at cse.unsw.edu.au
Fri May 28 03:28:56 EDT 2004
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
More information about the Haskell
mailing list