summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorGabriel Wicki <[email protected]>2025-01-05 22:20:33 +0100
committerVagrant Cascadian <[email protected]>2025-01-05 15:38:52 -0800
commitbc58a33be0d61403ecf37dfeb33db06a8828d4cc (patch)
treee8bce16d91bafa09dde6b36e011a1cb5b047d9d2 /gnu/packages/haskell-web.scm
parent8df34932ba0bf4a2cdfbcab88b956c2ee61052df (diff)
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 <[email protected]>
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 540b167b7a..f211c870a3 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -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)))