[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: Add ghc-doctemplates-for-pandoc-1.
From: |
Ricardo Wurmus |
Subject: |
05/10: gnu: Add ghc-doctemplates-for-pandoc-1. |
Date: |
Tue, 13 Mar 2018 15:02:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6c055278514c1374a4fe6e803ab618bfc797cf58
Author: Ricardo Wurmus <address@hidden>
Date: Tue Mar 13 17:22:54 2018 +0100
gnu: Add ghc-doctemplates-for-pandoc-1.
* gnu/packages/haskell.scm (ghc-doctemplates-for-pandoc-1): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a222e1b..5cee862 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5981,6 +5981,29 @@ provided. Skylighting is intended to be the successor
to highlighting-kate.")
"This package provides a simple text templating system used by pandoc.")
(license license:bsd-3)))
+(define-public ghc-doctemplates-for-pandoc-1
+ (package (inherit ghc-doctemplates)
+ (version "0.1.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "doctemplates/doctemplates-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0swal6rjya1293mwvl63jch5fx9ghpsil7qs4v7rpansa0izalmp"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-aeson" ,ghc-aeson-for-pandoc-1)
+ ("ghc-blaze-markup" ,ghc-blaze-markup)
+ ("ghc-blaze-html" ,ghc-blaze-html)
+ ("ghc-text" ,ghc-text)
+ ("ghc-vector" ,ghc-vector)
+ ("ghc-parsec" ,ghc-parsec)
+ ("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-scientific" ,ghc-scientific)))))
+
(define-public ghc-pandoc
(package
(name "ghc-pandoc")
- branch master updated (0efd09a -> 9a7b578), Ricardo Wurmus, 2018/03/13
- 03/10: gnu: Add ghc-texmath-for-pandoc-1., Ricardo Wurmus, 2018/03/13
- 06/10: gnu: Add ghc-yaml-for-pandoc-1., Ricardo Wurmus, 2018/03/13
- 01/10: gnu: Add ghc-aeson-for-pandoc-1., Ricardo Wurmus, 2018/03/13
- 02/10: gnu: Add ghc-pandoc-types-for-pandoc-1., Ricardo Wurmus, 2018/03/13
- 09/10: gnu: r-rmarkdown: Use Pandoc 1., Ricardo Wurmus, 2018/03/13
- 05/10: gnu: Add ghc-doctemplates-for-pandoc-1.,
Ricardo Wurmus <=
- 08/10: gnu: Add ghc-pandoc-1., Ricardo Wurmus, 2018/03/13
- 04/10: gnu: Add ghc-hslua-for-pandoc-1., Ricardo Wurmus, 2018/03/13
- 10/10: gnu: r-minimal: Add bash to inputs., Ricardo Wurmus, 2018/03/13
- 07/10: gnu: Add ghc-skylighting-for-pandoc-1., Ricardo Wurmus, 2018/03/13