guix-commits
[Top][All Lists]
Advanced

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

169/249: gnu: ghc-profunctors: Update to 5.3.


From: guix-commits
Subject: 169/249: gnu: ghc-profunctors: Update to 5.3.
Date: Thu, 31 Oct 2019 23:49:56 -0400 (EDT)

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

commit 1e7f6be0a8816a0b93611fa12636f651067657ae
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:12:04 2019 -0400

    gnu: ghc-profunctors: Update to 5.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-profunctors): Update to 5.3.
---
 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 9f9785a..184b135 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7872,7 +7872,7 @@ API.")
 (define-public ghc-profunctors
   (package
     (name "ghc-profunctors")
-    (version "5.2.2")
+    (version "5.3")
     (source
      (origin
        (method url-fetch)
@@ -7882,7 +7882,7 @@ API.")
              ".tar.gz"))
        (sha256
         (base32
-         "0s1pwjidbn761xk43pmzyvn99hm3psdifjd78ylki7f97aiyd0g9"))))
+         "1dx3nkc27yxsrbrhh3iwhq7dl1xn6bj7n62yx6nh8vmpbg62lqvl"))))
     (build-system haskell-build-system)
     (arguments
      `(#:cabal-revision



reply via email to

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