blob: 58e5198062e93b5ce8e694417651ecfda398f53c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<longdescription>
A library of looping constructs with @continue@ and @exit@ control flow
statements.
</longdescription>
<upstream>
<remote-id type="github">joeyadams/haskell-control-monad-loop</remote-id>
</upstream>
</pkgmetadata>
|