Gmane
Picon
From: Iavor Diatchki <iavor.diatchki <at> gmail.com>
Subject: ANN: monadLib 3.3.0 released
Newsgroups: gmane.comp.lang.haskell.general
Date: 2007-09-18 01:45:26 GMT (34 weeks, 3 days, 2 hours and 21 minutes ago)
Hello,

I have put up a new version of monadLib, which is available from hackage:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/monadLib-3.3.0

The changes in this version are fairly small:
  * added an identity transformer, which is useful as a placeholder in
some applications,
  * removed the RunStateM class because it does not seem to add extra
functionality,
  * added a family of deriving functions that can be used to implement
many monadLib functions for user-defined monads (e.g., monads defined
via a newtype declaration).

As usual, comments, bug-reports, and feedback are most welcome!

-Iavor