me
/
guix
Archived
1
0
Fork 0

gnu: ghc-vector-builder: Fix trailing whitespace in description.

* gnu/packages/haskell-xyz.scm (ghc-vector-builder)[description]: Fix trailing
  whitespace.
master
Vagrant Cascadian 2021-12-29 22:29:33 -08:00
parent 3046933e58
commit 58f4183ac0
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -14215,7 +14215,7 @@ It provides the composable @code{Builder} abstraction, which has instances of th
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