summaryrefslogtreecommitdiff
blob: dd3d260307c35a8c5f3169c174c1491084a2e8ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		Provides functions to throw and catch exceptions. Unlike the functions from
		@Control.Exception@, which work in @IO@, these work in any stack of monad
		transformers (from the &#39;transformers&#39; package) with @IO@ as the base monad.
		You can extend this functionality to other monads, by creating an instance
		of the @MonadCatchIO@ class.
	</longdescription>
</pkgmetadata>