MaybeT is a Haskell monad transformer that adds Maybe semantics to an
existing monad, making it able to fail (i.e. return Nothing) or be
successful (return the result wrapped in a Just).
If you don't know what a Haskell monad is, you can just ignore this package.
Rationale: is a dependency of happstack (bug #569501).
Regards, Giovanni.
--
Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
Pisa, Italy