gnu: ghc-cheapskate: Expand description.
* gnu/packages/haskell.scm (ghc-cheapskate)[description]: Define ‘XSS’.
This commit is contained in:
parent
751de3d65c
commit
4d9cdf3c4e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue