gnu: ghc-refact: Fix typo in description.

* gnu/packages/haskell.scm (ghc-refact)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-03 11:56:23 +01:00
parent 75377c6c48
commit add928d35f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ patterns as per the HaRP extension as well as HSX-style embedded XML syntax.")
(synopsis "Specify refactorings to perform with apply-refact") (synopsis "Specify refactorings to perform with apply-refact")
(description (description
"This library provides a datatype which can be interpreted by "This library provides a datatype which can be interpreted by
@code{apply-refact}. It exists as a seperate library so that applications can @code{apply-refact}. It exists as a separate library so that applications can
specify refactorings without depending on GHC.") specify refactorings without depending on GHC.")
(license license:bsd-3))) (license license:bsd-3)))