guix-commits
[Top][All Lists]
Advanced

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

227/328: gnu: ghc-foldl: Update to 1.4.5.


From: guix-commits
Subject: 227/328: gnu: ghc-foldl: Update to 1.4.5.
Date: Sat, 16 Nov 2019 19:33:13 -0500 (EST)

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

commit 578ab323e76d5477d1e4d9f4fb093869ef890e12
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:21:11 2019 -0400

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

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0e75078..d2813fc 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3671,7 +3671,7 @@ completely unverified though.")
 (define-public ghc-foldl
   (package
     (name "ghc-foldl")
-    (version "1.4.3")
+    (version "1.4.5")
     (source
      (origin
        (method url-fetch)
@@ -3680,7 +3680,7 @@ completely unverified though.")
                            "foldl-" version ".tar.gz"))
        (sha256
         (base32
-         "13n0ca3hw5jzqf6rxsdbhbwkn61a9zlm13f0f205s60j3sc72jzk"))))
+         "19qjmzc7gaxfwgqbgy0kq4vhbxvh3qjnwsxnc7pzwws2if5bv80b"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-mwc-randam" ,ghc-mwc-random)
               ("ghc-primitive" ,ghc-primitive)



reply via email to

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