guix-commits
[Top][All Lists]
Advanced

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

66/257: gnu: ghc-edisoncore: Update to 1.3.2.1.


From: Ricardo Wurmus
Subject: 66/257: gnu: ghc-edisoncore: Update to 1.3.2.1.
Date: Thu, 27 Sep 2018 15:47:00 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit 55a5057cbea467beae47910d929bd8e60d3134fb
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:22:21 2018 -0400

    gnu: ghc-edisoncore: Update to 1.3.2.1.
    
    * gnu/packages/haskell.scm (ghc-edisoncore): Update to 1.3.2.1.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 1294671..86ec0b2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4032,14 +4032,14 @@ finite maps and priority queues where the priority and 
element are distinct.")
 (define-public ghc-edisoncore
   (package
     (name "ghc-edisoncore")
-    (version "1.3.1.1")
+    (version "1.3.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/EdisonCore";
                            "/EdisonCore-" version ".tar.gz"))
        (sha256
-        (base32 "06shxmcqxcahcn6zgl64vlqix4fnq53d97drcgsh94qp7gp201ry"))))
+        (base32 "0fgj5iwiv3v2gdgx7kjcr15dcs4x1kvmjspp3p99wyhh0x6h3ikk"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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