summaryrefslogtreecommitdiff
path: root/dev-haskell/unexceptionalio/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/unexceptionalio/metadata.xml')
-rw-r--r--dev-haskell/unexceptionalio/metadata.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-haskell/unexceptionalio/metadata.xml b/dev-haskell/unexceptionalio/metadata.xml
new file mode 100644
index 000000000000..7e8b34c0ddcc
--- /dev/null
+++ b/dev-haskell/unexceptionalio/metadata.xml
@@ -0,0 +1,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.
+
+ &gt; import UnexceptionalIO (UIO)
+ &gt; import qualified UnexceptionalIO as UIO
+ </longdescription>
+ <upstream>
+ <remote-id type="github">singpolyma/unexceptionalio</remote-id>
+ </upstream>
+</pkgmetadata>