~ruther/guix-local

4d9cdf3c4e81b42055628338c55196d05a812d21 — Tobias Geerinckx-Rice 8 years ago 751de3d
gnu: ghc-cheapskate: Expand description.

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

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +2 -2
@@ 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