gnu: ghc-refact: Fix typo in description.
* gnu/packages/haskell.scm (ghc-refact)[description]: Fix typo.
This commit is contained in:
parent
75377c6c48
commit
add928d35f
|
@ -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)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue