[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/33: gnu: ghc-cmark: Update to 0.5.6.
From: |
Tobias Geerinckx-Rice |
Subject: |
11/33: gnu: ghc-cmark: Update to 0.5.6. |
Date: |
Tue, 5 Dec 2017 10:38:14 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit b84908566d69366b1ad260b83f0eed1b599b5552
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Dec 1 15:49:12 2017 +0100
gnu: ghc-cmark: Update to 0.5.6.
* gnu/packages/haskell.scm (ghc-cmark): Update to 0.5.6.
[description]: Update version information about bundled libcmark, and move
it to a source comment.
---
gnu/packages/haskell.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index dd79c89..9cc1a1a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4541,14 +4541,16 @@ descriptions.")
(define-public ghc-cmark
(package
(name "ghc-cmark")
- (version "0.5.3.1")
+ (version "0.5.6")
(source (origin
(method url-fetch)
+ ;; XXX As of version 0.5.6, this package bundles libcmark 0.28.0.
+ ;; See cbits/cmark_version.h.
(uri (string-append "https://hackage.haskell.org/package/"
"cmark/cmark-" version ".tar.gz"))
(sha256
(base32
- "09515h9b26az9c2mbl6l7azimaixa6yff8w359k0ml8jwykjvqaa"))))
+ "1c1j3a8b9qx5zk9myqm3gap8ymz7fipwrdmyfsq9wkkdr9x4np45"))))
(build-system haskell-build-system)
(inputs
`(("ghc-text" ,ghc-text)))
@@ -4559,8 +4561,8 @@ descriptions.")
(description
"This package provides Haskell bindings for
@uref{https://github.com/jgm/cmark, libcmark}, the reference parser for
-CommonMark, a fully specified variant of Markdown. It includes sources for
-libcmark (0.21.0) and does not require prior installation of the C library.")
+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-executable-path
- branch master updated (d20b738 -> 006a245), Tobias Geerinckx-Rice, 2017/12/05
- 02/33: gnu: ghc-bytestring: Update to 0.10.8.2, Tobias Geerinckx-Rice, 2017/12/05
- 05/33: gnu: ghc-bytestring-handle: Update to 0.1.0.6., Tobias Geerinckx-Rice, 2017/12/05
- 01/33: gnu: ghc-base-compat: Update to 0.9.3., Tobias Geerinckx-Rice, 2017/12/05
- 03/33: gnu: ghc-bytestring: Alphabetise inputs., Tobias Geerinckx-Rice, 2017/12/05
- 07/33: gnu: ghc-chasingbottoms: Update to 1.3.1.3., Tobias Geerinckx-Rice, 2017/12/05
- 08/33: gnu: ghc-cheapskate: Alphabetise inputs., Tobias Geerinckx-Rice, 2017/12/05
- 11/33: gnu: ghc-cmark: Update to 0.5.6.,
Tobias Geerinckx-Rice <=
- 04/33: gnu: ghc-bytestring-builder: Update to 0.10.8.1.0., Tobias Geerinckx-Rice, 2017/12/05
- 10/33: gnu: ghc-clock: Update to 0.7.2., Tobias Geerinckx-Rice, 2017/12/05
- 09/33: gnu: ghc-cheapskate: Expand description., Tobias Geerinckx-Rice, 2017/12/05
- 06/33: gnu: ghc-bytestring-handle: Alphabetise inputs., Tobias Geerinckx-Rice, 2017/12/05
- 20/33: gnu: ghc-exceptions: Run tests., Tobias Geerinckx-Rice, 2017/12/05
- 12/33: gnu: ghc-cmdargs: Update to 0.10.18., Tobias Geerinckx-Rice, 2017/12/05
- 18/33: gnu: ghc-enclosed-exceptions: Update to 2.0.1., Tobias Geerinckx-Rice, 2017/12/05
- 23/33: gnu: ghc-fingertree: Update to 0.1.3.0., Tobias Geerinckx-Rice, 2017/12/05
- 29/33: gnu: ghc-psqueues: Tweak description., Tobias Geerinckx-Rice, 2017/12/05
- 32/33: gnu: di: Streamline description., Tobias Geerinckx-Rice, 2017/12/05