packages feed

mtl-1.0: mtl.cabal

name:		mtl
version:	1.0
license:	BSD3
license-file:	LICENSE
author: 	Andy Gill
maintainer:	libraries@haskell.org
category:	Control
synopsis:	Monad transformer library
description:
	A monad transformer library, inspired by the paper "Functional
	Programming with Overloading and Higher-Order Polymorphism",
	by Mark P Jones (<http://www.cse.ogi.edu/~mpj/>), Advanced School
	of Functional Programming, 1995.
exposed-modules:
	Control.Monad.Error,
	Control.Monad.Cont,
	Control.Monad.Identity,
	Control.Monad.List,
	Control.Monad.RWS,
	Control.Monad.Reader,
	Control.Monad.State,
	Control.Monad.Trans,
	Control.Monad.Writer
build-depends:	base
extensions: MultiParamTypeClasses, FunctionalDependencies