blob: b94ff64b65762e61b45a541286cb7bc76dda6205 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
When you've caught all the exceptions that can be handled safely,
this is what you're left with.
It is intended that you use qualified imports with this library.
> import UnexceptionalIO (UIO)
> import qualified UnexceptionalIO as UIO
</longdescription>
<upstream>
<remote-id type="github">singpolyma/unexceptionalio</remote-id>
</upstream>
</pkgmetadata>
|