| Portability | non-portable (extended exceptions) |
|---|---|
| Stability | experimental |
| Maintainer | Nils Schweinsberg <mail@nils.cc> |
| Safe Haskell | None |
Happstack.Server.MonadPeel
Description
This module defines instances of MonadTransPeel and MonadPeelIO for
Happstacks data types ServerPartT, FilterT and WebT.
To use these instances, add
import Happstack.Server.MonadPeel ()
to the import list of your Haskell module.