summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-03 17:10:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-05 16:37:46 +0100
commit4d9cdf3c4e81b42055628338c55196d05a812d21 (patch)
tree1a55fbee135b5dec6dd91b30592244412440fe84 /gnu
parent751de3d65cf9872cf94ff0b1c7aa64349656a366 (diff)
gnu: ghc-cheapskate: Expand description.
* gnu/packages/haskell.scm (ghc-cheapskate)[description]: Define ‘XSS’.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 288b510863..ccf7c07f32 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3960,8 +3960,8 @@ indexed variants.")
(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