guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: Add ghc-aeson-for-pandoc-1.


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

rekado pushed a commit to branch master
in repository guix.

commit 379cb3893d15ce00f76d0eb5c477670019d47b42
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Mar 13 17:21:37 2018 +0100

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

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index f1b50b2..1190bc6 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -777,6 +777,18 @@ for Haskell, optimized for ease of use and high 
performance.  (A note on
 naming: in Greek mythology, Aeson was the father of Jason.)")
     (license license:bsd-3)))
 
+(define-public ghc-aeson-for-pandoc-1
+  (package (inherit ghc-aeson)
+    (version "1.1.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://hackage.haskell.org/package/aeson/aeson-";
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "1zy5z8pzvh53qkjm0nm3f4rwqfqg3867ck8ncd6mrxpcyvxqqj1p"))))))
+
 (define-public ghc-aeson-pretty
   (package
     (name "ghc-aeson-pretty")



reply via email to

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