mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1072,7 +1072,7 @@ (define-public ghc-refact
|
|||
(synopsis "Specify refactorings to perform with apply-refact")
|
||||
(description
|
||||
"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.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue