diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:29:33 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:49:01 -0800 |
commit | 58f4183ac07a04aad4b550ef2d7dda8996faa06c (patch) | |
tree | fce6dc3bff7f4222e8683837c09699d7835bc40b /gnu | |
parent | 3046933e5837fe504ee2fa79f01298b8357b75bf (diff) |
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')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
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 |