guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/33: gnu: ghc-cheapskate: Expand description.


From: Tobias Geerinckx-Rice
Subject: 09/33: gnu: ghc-cheapskate: Expand description.
Date: Tue, 5 Dec 2017 10:38:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4d9cdf3c4e81b42055628338c55196d05a812d21
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 3 17:10:27 2017 +0100

    gnu: ghc-cheapskate: Expand description.
    
    * gnu/packages/haskell.scm (ghc-cheapskate)[description]: Define ‘XSS’.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 288b510..ccf7c07 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]