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
1 changed files with 2 additions and 2 deletions

View File

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