summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/equivalence/metadata.xml')
-rw-r--r--dev-haskell/equivalence/metadata.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/equivalence/metadata.xml b/dev-haskell/equivalence/metadata.xml
index cc8650cccde2..a9b99ce8ce81 100644
--- a/dev-haskell/equivalence/metadata.xml
+++ b/dev-haskell/equivalence/metadata.xml
@@ -3,11 +3,14 @@
<pkgmetadata>
<herd>haskell</herd>
<longdescription>
- This is an implementation of Tarjan&#39;s Union-Find algorithm (Robert
- E. Tarjan. &quot;Efficiency of a Good But Not Linear Set Union
- Algorithm&quot;, JACM 22(2), 1975) in order to maintain an equivalence
+ This is an implementation of Tarjan's Union-Find algorithm (Robert
+ E. Tarjan. "Efficiency of a Good But Not Linear Set Union
+ Algorithm", JACM 22(2), 1975) in order to maintain an equivalence
relation.
This implementation is a port of the /union-find/ package using the
ST monad transformer (instead of the IO monad).
</longdescription>
+ <upstream>
+ <remote-id type="bitbucket">paba/equivalence</remote-id>
+ </upstream>
</pkgmetadata>