mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: ghc-vector-builder: Fix trailing whitespace in description.
* gnu/packages/haskell-xyz.scm (ghc-vector-builder)[description]: Fix trailing whitespace.
This commit is contained in:
parent
3046933e58
commit
58f4183ac0
1 changed files with 1 additions and 1 deletions
|
@ -14215,7 +14215,7 @@ (define-public ghc-vector-builder
|
|||
|
||||
You would first use the @code{Builder} abstraction to specify the structure of
|
||||
the vector; then you can execute the builder to actually produce the
|
||||
vector. ")
|
||||
vector.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ghc-vector-th-unbox
|
||||
|
|
Loading…
Reference in a new issue