[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: Add ghc-texmath-for-pandoc-1.
From: |
Ricardo Wurmus |
Subject: |
03/10: gnu: Add ghc-texmath-for-pandoc-1. |
Date: |
Tue, 13 Mar 2018 15:02:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit dcf8e2ab30afd76754126a54059a60dd7c128e10
Author: Ricardo Wurmus <address@hidden>
Date: Tue Mar 13 17:22:09 2018 +0100
gnu: Add ghc-texmath-for-pandoc-1.
* gnu/packages/haskell.scm (ghc-texmath-for-pandoc-1): New variable.
---
gnu/packages/haskell.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6c8b33a..3359a19 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5029,6 +5029,27 @@ markup formats). The TeX reader supports basic LaTeX
and AMS extensions, and
it can parse and apply LaTeX macros.")
(license license:gpl2+)))
+(define-public ghc-texmath-for-pandoc-1
+ (package (inherit ghc-texmath)
+ (version "0.9.4.4")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "texmath/texmath-" version ".tar.gz"))
+ (sha256
+ (base32
+ "129q33m56diiv35kdwfb07838wrg0mm88kxdqxfyl1zvf9nzkqkd"))))
+ (inputs
+ `(("ghc-mtl" ,ghc-mtl)
+ ("ghc-network-uri" ,ghc-network-uri)
+ ("ghc-pandoc-types" ,ghc-pandoc-types-for-pandoc-1)
+ ("ghc-parsec" ,ghc-parsec)
+ ("ghc-split" ,ghc-split)
+ ("ghc-syb" ,ghc-syb)
+ ("ghc-temporary" ,ghc-temporary)
+ ("ghc-utf8-string" ,ghc-utf8-string)
+ ("ghc-xml" ,ghc-xml)))))
+
(define-public ghc-regex-pcre-builtin
(package
(name "ghc-regex-pcre-builtin")
- branch master updated (0efd09a -> 9a7b578), Ricardo Wurmus, 2018/03/13
- 03/10: gnu: Add ghc-texmath-for-pandoc-1.,
Ricardo Wurmus <=
- 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, 2018/03/13
- 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