guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: Add ghc-aeson-1.1.2.0.


From: Ludovic Courtès
Subject: 03/07: gnu: Add ghc-aeson-1.1.2.0.
Date: Thu, 15 Mar 2018 18:46:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9c7e17fd61826506a06b2bf737ebd8bbcd0ce2b5
Author: Alex ter Weele <address@hidden>
Date:   Wed Mar 7 18:28:24 2018 -0600

    gnu: Add ghc-aeson-1.1.2.0.
    
    * gnu/packages/idris.scm (ghc-aeson-1.1.2.0): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/idris.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/idris.scm b/gnu/packages/idris.scm
index 6eb940c..ae90676 100644
--- a/gnu/packages/idris.scm
+++ b/gnu/packages/idris.scm
@@ -30,6 +30,20 @@
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages))
 
+(define ghc-aeson-1.1.2.0
+  (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 idris
   (package
     (name "idris")



reply via email to

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