mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ghc-cheapskate: Expand description.
* gnu/packages/haskell.scm (ghc-cheapskate)[description]: Define ‘XSS’.
This commit is contained in:
parent
751de3d65c
commit
4d9cdf3c4e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue