mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
16 lines
517 B
XML
16 lines
517 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>haskell@gentoo.org</email>
|
|
<name>Gentoo Haskell</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Catching all exceptions raised within an enclosed computation,
|
|
while remaining responsive to (external) asynchronous exceptions.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">jcristovao/enclosed-exceptions</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|