mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add ghc-pandoc-types-for-pandoc-1.
* gnu/packages/haskell.scm (ghc-pandoc-types-for-pandoc-1): New variable.
This commit is contained in:
parent
379cb3893d
commit
0f1fef7193
1 changed files with 16 additions and 0 deletions
|
@ -4980,6 +4980,22 @@ (define-public ghc-pandoc-types
|
|||
building up, manipulating and serialising @code{Pandoc} structures.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public ghc-pandoc-types-for-pandoc-1
|
||||
(package (inherit ghc-pandoc-types)
|
||||
(version "1.17.0.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
"pandoc-types/pandoc-types-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1csipjdq00iiq77k2wlrg4i7afrzlh8nl585q785xzw7nn45b0n8"))))
|
||||
(inputs
|
||||
`(("ghc-syb" ,ghc-syb)
|
||||
("ghc-aeson" ,ghc-aeson-for-pandoc-1)
|
||||
("ghc-string-qq" ,ghc-string-qq)))))
|
||||
|
||||
(define-public ghc-texmath
|
||||
(package
|
||||
(name "ghc-texmath")
|
||||
|
|
Loading…
Reference in a new issue