mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ (define-public ghc-tree-diff
|
|||
(home-page "https://github.com/phadej/tree-diff")
|
||||
(synopsis "Compute difference between (expression) trees")
|
||||
(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
|
||||
@code{Generics}-derivable helpers.")
|
||||
(license license:bsd-3)))
|
||||
|
|
Loading…
Reference in a new issue