summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 <http://hackage.haskell.org/package/gdiff gdiff>,
- 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.
+ 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.
@
- >>> prettyEditExpr $ ediff (Foo 42 [True, False] "old") (Foo 42 [False, False, True] "new")
+ >>> prettyEditExpr $ ediff (Foo 42 [True, False] "old") (Foo 42 [False, False, True] "new")
Foo
{fooBool = [-True, +False, False, +True],
fooInt = 42,
- fooString = -"old" +"new"}
+ fooString = -"old" +"new"}
@
</longdescription>
</pkgmetadata>