<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>spiderx@spiderx.dp.ua</email>
		<name>Vladimir Pavljuchenkov</name>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription lang="en">
	In Haskell you very often acquire values using the with... idiom
	using functions of type (a -> IO r) -> IO r. This idiom forms a Monad,
	which is a special case of the ContT monad (from transformers) or
	the Codensity monad (from kan-extensions). The main purpose behind
	this package is to provide a restricted form of these monads specialized
	to this unusually common case.
	</longdescription>
	<upstream>
		<remote-id type="hackage">managed</remote-id>
		<remote-id type="github">Gabriella439/managed</remote-id>
	</upstream>
</pkgmetadata>
