summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-29 22:29:33 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-12-29 22:49:01 -0800
commit58f4183ac07a04aad4b550ef2d7dda8996faa06c (patch)
treefce6dc3bff7f4222e8683837c09699d7835bc40b /gnu/packages/haskell-xyz.scm
parent3046933e5837fe504ee2fa79f01298b8357b75bf (diff)
downloadguix-patches-58f4183ac07a04aad4b550ef2d7dda8996faa06c.tar
guix-patches-58f4183ac07a04aad4b550ef2d7dda8996faa06c.tar.gz
gnu: ghc-vector-builder: Fix trailing whitespace in description.
* gnu/packages/haskell-xyz.scm (ghc-vector-builder)[description]: Fix trailing whitespace.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e2adefa48f..77b15707a5 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -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