[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
130/177: gnu: Add ghc-cmark-gfm.
From: |
Ricardo Wurmus |
Subject: |
130/177: gnu: Add ghc-cmark-gfm. |
Date: |
Tue, 13 Feb 2018 07:38:23 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 0ba940118f4311151581afe7255c4e61ea5fb983
Author: Ricardo Wurmus <address@hidden>
Date: Tue Feb 13 09:23:14 2018 +0100
gnu: Add ghc-cmark-gfm.
* gnu/packages/haskell.scm (ghc-cmark-gfm): New variable.
---
gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 19be937..5459762 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4977,6 +4977,34 @@ CommonMark, a fully specified variant of Markdown. It
includes bundled libcmark
sources, and does not require prior installation of the C library.")
(license license:bsd-3)))
+(define-public ghc-cmark-gfm
+ (package
+ (name "ghc-cmark-gfm")
+ (version "0.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "cmark-gfm/cmark-gfm-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1fkisbrydmdx5h8yad09fzk8h1b1j53r02g7vb81izgdwj9b673k"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-text" ,ghc-text)))
+ (native-inputs
+ `(("ghc-hunit" ,ghc-hunit)))
+ (home-page "https://github.com/kivikakk/cmark-gfm-hs")
+ (synopsis
+ "Fast, accurate GitHub Flavored Markdown parser and renderer")
+ (description
+ "This package provides Haskell bindings for libcmark-gfm, the reference
+parser for GitHub Flavored Markdown, a fully specified variant of Markdown.
+It includes sources for libcmark-gfm and does not require prior installation
+of the C library.")
+ (license license:bsd-3)))
+
(define-public ghc-executable-path
(package
(name "ghc-executable-path")
- 117/177: gnu: ghc-x509: Update to 1.6.4., (continued)
- 117/177: gnu: ghc-x509: Update to 1.6.4., Ricardo Wurmus, 2018/02/13
- 118/177: gnu: ghc-x509-store: Update to 1.6.2., Ricardo Wurmus, 2018/02/13
- 116/177: gnu: ghc-cryptonite: Update to 0.20., Ricardo Wurmus, 2018/02/13
- 121/177: gnu: ghc-openglraw: Update to 3.2.7.0., Ricardo Wurmus, 2018/02/13
- 125/177: gnu: ghc-opengl: Update to 3.0.1.0., Ricardo Wurmus, 2018/02/13
- 124/177: gnu: ghc-gluraw: Update to 2.0.0.2., Ricardo Wurmus, 2018/02/13
- 123/177: gnu: ghc-glut: Update to 2.7.0.10., Ricardo Wurmus, 2018/02/13
- 122/177: gnu: Add ghc-fixed., Ricardo Wurmus, 2018/02/13
- 129/177: gnu: ghc-tagsoup: Update to 0.14.3., Ricardo Wurmus, 2018/02/13
- 133/177: gnu: ghc-hslua: Update to 0.9.5., Ricardo Wurmus, 2018/02/13
- 130/177: gnu: Add ghc-cmark-gfm.,
Ricardo Wurmus <=
- 134/177: gnu: Add ghc-hslua-module-text., Ricardo Wurmus, 2018/02/13
- 119/177: gnu: ghc-x509-validation: Update to 1.6.5., Ricardo Wurmus, 2018/02/13
- 137/177: gnu: ghc-blaze-html: Update to 0.9.0.1., Ricardo Wurmus, 2018/02/13
- 171/177: gnu: darcs: Update to 2.12.5., Ricardo Wurmus, 2018/02/13
- 175/177: gnu: Add ghc-text-binary., Ricardo Wurmus, 2018/02/13
- 164/177: gnu: ghc-process: Update to 1.6.3.0., Ricardo Wurmus, 2018/02/13
- 154/177: gnu: ghc-socks: Update to 0.5.5., Ricardo Wurmus, 2018/02/13
- 152/177: gnu: ghc-mockery: Update to 0.3.3., Ricardo Wurmus, 2018/02/13
- 141/177: gnu: ghc-lens: Update to 4.14., Ricardo Wurmus, 2018/02/13
- 120/177: gnu: ghc-x509-system: Update to 1.6.4., Ricardo Wurmus, 2018/02/13