summaryrefslogtreecommitdiff
path: root/dev-haskell/tree-diff/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-haskell/tree-diff/metadata.xml
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-haskell/tree-diff/metadata.xml')
-rw-r--r--dev-haskell/tree-diff/metadata.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/tree-diff/metadata.xml b/dev-haskell/tree-diff/metadata.xml
index 214ee1271465..6433f52fbb3c 100644
--- a/dev-haskell/tree-diff/metadata.xml
+++ b/dev-haskell/tree-diff/metadata.xml
@@ -22,15 +22,15 @@
using @Generics@-derivable helpers.
This package differs from &lt;http://hackage.haskell.org/package/gdiff gdiff&gt;,
- in a two ways: @tree-diff@ doesn&#39;t have patch function,
- and the &quot;edit-script&quot; is a tree itself, which is useful for pretty-printing.
+ in a two ways: @tree-diff@ doesn't have patch function,
+ and the "edit-script" is a tree itself, which is useful for pretty-printing.
@
- &gt;&gt;&gt; prettyEditExpr $ ediff (Foo 42 [True, False] &quot;old&quot;) (Foo 42 [False, False, True] &quot;new&quot;)
+ &gt;&gt;&gt; prettyEditExpr $ ediff (Foo 42 [True, False] "old") (Foo 42 [False, False, True] "new")
Foo
{fooBool = [-True, +False, False, +True],
fooInt = 42,
- fooString = -&quot;old&quot; +&quot;new&quot;}
+ fooString = -"old" +"new"}
@
</longdescription>
</pkgmetadata>