gnu: ghc-cheapskate: Expand description.

* gnu/packages/haskell.scm (ghc-cheapskate)[description]: Define ‘XSS’.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-03 17:10:27 +01:00
parent 751de3d65c
commit 4d9cdf3c4e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3960,8 +3960,8 @@ (define-public ghc-cheapskate
(description "Cheapskate is an experimental Markdown processor in pure
Haskell. It aims to process Markdown efficiently and in the most forgiving
possible way. It is designed to deal with any input, including garbage, with
linear performance. Output is sanitized by default for protection against XSS
attacks.")
linear performance. Output is sanitized by default for protection against
cross-site scripting (@dfn{XSS}) attacks.")
(license license:bsd-3)))
(define-public ghc-bifunctors