From 4d9cdf3c4e81b42055628338c55196d05a812d21 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 3 Dec 2017 17:10:27 +0100 Subject: gnu: ghc-cheapskate: Expand description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/haskell.scm (ghc-cheapskate)[description]: Define ‘XSS’. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/haskell.scm') 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 -- cgit v1.2.3