diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:28:29 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:48:56 -0800 |
commit | 3046933e5837fe504ee2fa79f01298b8357b75bf (patch) | |
tree | 01b6295038ca234c4dadcc30739353116f3c3c5e /gnu | |
parent | e28159f0a0f5f8b2cbcb0f10bce5677ae6d4a2cd (diff) | |
download | guix-3046933e5837fe504ee2fa79f01298b8357b75bf.tar guix-3046933e5837fe504ee2fa79f01298b8357b75bf.tar.gz |
gnu: ghc-yesod-form: Fix trailing whitespace in description.
* gnu/packages/haskell-web.scm (ghc-yesod-form)[description]: Fix trailing
whitespace.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index d95b87639c..34dd2556be 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -1369,7 +1369,7 @@ from Yesod.") (description "This Haskell package provides a set of basic form inputs such as text, number, time, checkbox, select, textarea, etc through the @code{Yesod.Form.Fields} module. Also, there is @code{Yesod.Form.Nic} module -providing richtext field using Nic editor. ") +providing richtext field using Nic editor.") (license license:expat))) (define-public ghc-yesod |