guix-commits
[Top][All Lists]
Advanced

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

219/257: gnu: ghc-foldl: Update to 1.4.3.


From: Ricardo Wurmus
Subject: 219/257: gnu: ghc-foldl: Update to 1.4.3.
Date: Thu, 27 Sep 2018 15:47:33 -0400 (EDT)

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

commit a2334f5b68b36219d4f58c35fe16b06468791073
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 01:01:10 2018 -0400

    gnu: ghc-foldl: Update to 1.4.3.
    
    * gnu/packages/haskell.scm (ghc-foldl): Update to 1.4.3.
    [inputs]: Add ghc-semigroups and ghc-semigroupoids.
---
 gnu/packages/haskell.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 2272fd4..ecd465d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9399,7 +9399,7 @@ vector. ")
 (define-public ghc-foldl
   (package
     (name "ghc-foldl")
-    (version "1.3.5")
+    (version "1.4.3")
     (source
      (origin
        (method url-fetch)
@@ -9408,7 +9408,7 @@ vector. ")
                            "foldl-" version ".tar.gz"))
        (sha256
         (base32
-         "10qsp7dj2xsq4q2xm6x6b12y5pq32qf7my41hnkmdwwbccvhdxb2"))))
+         "13n0ca3hw5jzqf6rxsdbhbwkn61a9zlm13f0f205s60j3sc72jzk"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-mwc-randam" ,ghc-mwc-random)
               ("ghc-primitive" ,ghc-primitive)
@@ -9417,7 +9417,9 @@ vector. ")
               ("ghc-unordered-containers" ,ghc-unordered-containers)
               ("ghc-hashable" ,ghc-hashable)
               ("ghc-contravariant" ,ghc-contravariant)
+              ("ghc-semigroups" ,ghc-semigroups)
               ("ghc-profunctors" ,ghc-profunctors)
+              ("ghc-semigroupoids" ,ghc-semigroupoids)
               ("ghc-comonad" ,ghc-comonad)
               ("ghc-vector-builder" ,ghc-vector-builder)))
     (home-page "https://github.com/Gabriel439/Haskell-Foldl-Library";)



reply via email to

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