[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
129/154: gnu: Add ghc-cheapskate.
From: |
Paul |
Subject: |
129/154: gnu: Add ghc-cheapskate. |
Date: |
Thu, 22 Oct 2015 16:16:01 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 4b9a98a5358de0e038161bbc9e3e832fb8fba38d
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 b66aad8..1f29017 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3501,6 +3501,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")
- 143/154: gnu: Add ghc-half., (continued)
- 143/154: gnu: Add ghc-half., Paul, 2015/10/22
- 144/154: gnu: Add ghc-openglraw., Paul, 2015/10/22
- 148/154: gnu: Add ghc-glut., Paul, 2015/10/22
- 154/154: import: hackage: Fix grammar., Paul, 2015/10/22
- 138/154: gnu: Add ghc-html., Paul, 2015/10/22
- 153/154: import: hackage: Update GHC libraries for 7.10.2., Paul, 2015/10/22
- 142/154: gnu: Add ghc-regex-compat., Paul, 2015/10/22
- 139/154: gnu: Add ghc-haskell-src., Paul, 2015/10/22
- 140/154: gnu: Add ghc-xhtml., Paul, 2015/10/22
- 152/154: gnu: Add Raincat., Paul, 2015/10/22
- 129/154: gnu: Add ghc-cheapskate.,
Paul <=
- 128/154: gnu: Add ghc-lens., Paul, 2015/10/22
- 126/154: gnu: Add ghc-vector-binary-instances., Paul, 2015/10/22
- 146/154: gnu: Add ghc-objectname., Paul, 2015/10/22
- 149/154: gnu: Add ghc-sdl., Paul, 2015/10/22
- 151/154: gnu: Add ghc-sdl-image., Paul, 2015/10/22
- 150/154: gnu: Add ghc-sdl-mixer., Paul, 2015/10/22
- 145/154: gnu: Add ghc-gluraw., Paul, 2015/10/22
- 147/154: gnu: Add ghc-opengl., Paul, 2015/10/22