guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: Add ghc-pandoc-types-for-pandoc-1.


From: Ricardo Wurmus
Subject: 02/10: gnu: Add ghc-pandoc-types-for-pandoc-1.
Date: Tue, 13 Mar 2018 15:02:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0f1fef71938371a24743501e267cfd8c36893d09
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Mar 13 17:21:55 2018 +0100

    gnu: Add ghc-pandoc-types-for-pandoc-1.
    
    * gnu/packages/haskell.scm (ghc-pandoc-types-for-pandoc-1): New variable.
---
 gnu/packages/haskell.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e7401e5..6c8b33a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4980,6 +4980,22 @@ pandoc to represent structured documents.  It also 
provides functions for
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]