[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
128/153: gnu: Add ghc-cheapskate.
From: |
Paul |
Subject: |
128/153: gnu: Add ghc-cheapskate. |
Date: |
Wed, 21 Oct 2015 20:51:04 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit e7d03b5cce1f3cd9989255a293b12f7cc63e0c5e
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 17:10:00 2015 +0200
gnu: Add ghc-cheapskate.
* gnu/packages/haskell.scm (ghc-cheapskate): Add variable.
---
gnu/packages/haskell.scm | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index f46317c..ef61559 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3563,6 +3563,43 @@ strict and lazy bytestrings. For now, CRC32 and Adler32
are supported; they
are implemented as FFI bindings to efficient code from zlib.")
(license bsd-3)))
+(define-public ghc-cheapskate
+ (package
+ (name "ghc-cheapskate")
+ (version "0.1.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/cheapskate/cheapskate-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0drx1hlqvdcrij4097q6bxhbfcqm73jsqv1wwhd3hsnjdmr46ch2"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-xss-sanitize" ,ghc-xss-sanitize)
+ ("ghc-data-default" ,ghc-data-default)))
+ (inputs
+ `(("ghc-mtl" ,ghc-mtl)
+ ("ghc-text" ,ghc-text)
+ ("ghc-blaze-html" ,ghc-blaze-html)
+ ("ghc-syb" ,ghc-syb)
+ ("ghc-uniplate" ,ghc-uniplate)
+ ("ghc-aeson" ,ghc-aeson)
+ ("ghc-wai-extra" ,ghc-wai-extra)
+ ("ghc-wai" ,ghc-wai)
+ ("ghc-http-types" ,ghc-http-types)))
+ (home-page "http://github.com/jgm/cheapskate")
+ (synopsis "Experimental markdown processor")
+ (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.")
+ (license bsd-3)))
+
(define-public ghc-bifunctors
(package
(name "ghc-bifunctors")
- 116/153: gnu: Add ghc-hlint., (continued)
- 116/153: gnu: Add ghc-hlint., Paul, 2015/10/21
- 117/153: gnu: Add ghc-resourcet., Paul, 2015/10/21
- 125/153: gnu: Add ghc-vector-binary-instances., Paul, 2015/10/21
- 121/153: gnu: Add ghc-cookie., Paul, 2015/10/21
- 113/153: gnu: Add ghc-cmdargs., Paul, 2015/10/21
- 120/153: gnu: Add ghc-parsers., Paul, 2015/10/21
- 136/153: gnu: Add ghc-cgi., Paul, 2015/10/21
- 135/153: gnu: Add ghc-multipart., Paul, 2015/10/21
- 139/153: gnu: Add ghc-xhtml., Paul, 2015/10/21
- 129/153: gnu: Add ghc-trifecta., Paul, 2015/10/21
- 128/153: gnu: Add ghc-cheapskate.,
Paul <=
- 106/153: gnu: Add ghc-reducers., Paul, 2015/10/21
- 112/153: gnu: Add ghc-cpphs., Paul, 2015/10/21
- 118/153: gnu: Add ghc-streaming-commons., Paul, 2015/10/21
- 119/153: gnu: Add ghc-xss-sanitize., Paul, 2015/10/21
- 122/153: gnu: Add ghc-wai., Paul, 2015/10/21
- 132/153: gnu: Add ghc-haddock-api., Paul, 2015/10/21
- 123/153: gnu: Add ghc-wai-logger., Paul, 2015/10/21
- 115/153: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/21
- 124/153: gnu: Add ghc-wai-extra., Paul, 2015/10/21
- 151/153: gnu: Add raincat platform game., Paul, 2015/10/21