gnu: Fix whitespace issues in Haskell package descriptions.

This mainly addresses `double-space after sentence end period' and `trailing
white space' issues.

* gnu/packages/haskell-check.scm (ghc-tasty-expected-failure,
ghc-quickcheck-classes-base, ghc-doctest-lib): Fix description.
* gnu/packages/haskell-web.scm (ghc-hxt-unicode): Fix description.
* gnu/packages/haskell-xyz.scm (ghc-fsnotify, ghc-gtk2hs-buildtools,
ghc-operational, ghc-commonmark, ghc-template-haskell): Fix description.

Change-Id: I5a71ad41bbddf1ad4c880dacc0a53992a38c71ad
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
Gabriel Wicki 2025-01-05 22:20:33 +01:00 committed by Vagrant Cascadian
parent 8df34932ba
commit bc58a33be0
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
3 changed files with 22 additions and 24 deletions

View file

@ -1508,7 +1508,7 @@ supported Unicode version is 7.0.0")
(description
"This package provides Unicode encoding and decoding functions for
encodings used in the Haskell XML Toolbox. ISO Latin 1-16, utf8, utf16, ASCII
are supported. Decoding is done with lazy functions, errors may be detected or
are supported. Decoding is done with lazy functions, errors may be detected or
ignored.")
(license license:expat)))