guix-commits
[Top][All Lists]
Advanced

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

184/329: gnu: ghc-profunctors: Update to 5.3.


From: guix-commits
Subject: 184/329: gnu: ghc-profunctors: Update to 5.3.
Date: Wed, 20 Nov 2019 21:17:55 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 899b5297cc91e5ff427728434d357eba1d4b1f5a
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.
    [arguments]: Remove '#:cabal-revision'.
---
 gnu/packages/haskell-xyz.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 4827f8b..c8fbec0 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7944,7 +7944,7 @@ API.")
 (define-public ghc-profunctors
   (package
     (name "ghc-profunctors")
-    (version "5.2.2")
+    (version "5.3")
     (source
      (origin
        (method url-fetch)
@@ -7954,11 +7954,8 @@ API.")
              ".tar.gz"))
        (sha256
         (base32
-         "0s1pwjidbn761xk43pmzyvn99hm3psdifjd78ylki7f97aiyd0g9"))))
+         "1dx3nkc27yxsrbrhh3iwhq7dl1xn6bj7n62yx6nh8vmpbg62lqvl"))))
     (build-system haskell-build-system)
-    (arguments
-     `(#:cabal-revision
-       ("2" "1ywlg9z8nlhd2avgb8c6gbkv8zyk7hvc25926bafyg0m0k8y1amq")))
     (inputs
      `(("ghc-base-orphans" ,ghc-base-orphans)
        ("ghc-bifunctors" ,ghc-bifunctors)



reply via email to

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