gnu: ghc-tree-diff: Fix typo in description.
* gnu/packages/haskell.scm (ghc-tree-diff)[description]: Fix typo.
This commit is contained in:
parent
5bcb2f0f2e
commit
6ce8284899
|
@ -937,7 +937,7 @@ efficient memo functions using tries.")
|
||||||
(home-page "https://github.com/phadej/tree-diff")
|
(home-page "https://github.com/phadej/tree-diff")
|
||||||
(synopsis "Compute difference between (expression) trees")
|
(synopsis "Compute difference between (expression) trees")
|
||||||
(description "This Haskell library provides a function for computing
|
(description "This Haskell library provides a function for computing
|
||||||
the difference bewteen (expression) trees. It also provides a way to
|
the difference between (expression) trees. It also provides a way to
|
||||||
compute the difference between arbitrary abstract datatypes (ADTs) using
|
compute the difference between arbitrary abstract datatypes (ADTs) using
|
||||||
@code{Generics}-derivable helpers.")
|
@code{Generics}-derivable helpers.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
Loading…
Reference in New Issue