guix-commits
[Top][All Lists]
Advanced

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

76/177: gnu: ghc-profunctors: Update to 5.2.2.


From: Ricardo Wurmus
Subject: 76/177: gnu: ghc-profunctors: Update to 5.2.2.
Date: Tue, 13 Feb 2018 07:38:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4a1b5600dcacb84496923803bd0bf48b6a45895d
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 23:42:27 2018 +0100

    gnu: ghc-profunctors: Update to 5.2.2.
    
    * gnu/packages/haskell.scm (ghc-profunctors): Update to 5.2.2.
    [inputs]: Add ghc-base-orphans, ghc-bifunctors, ghc-contravariant, and
    ghc-semigroups.
---
 gnu/packages/haskell.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 3eb8724..7bba4e5 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2709,7 +2709,7 @@ this package makes them available back to GHC 7.2.")
 (define-public ghc-profunctors
   (package
     (name "ghc-profunctors")
-    (version "5.1.1")
+    (version "5.2.2")
     (source
      (origin
        (method url-fetch)
@@ -2719,11 +2719,15 @@ this package makes them available back to GHC 7.2.")
              ".tar.gz"))
        (sha256
         (base32
-         "0lw2ipacpnp9yqmi8zsp01pzpn5hwj8af3y0f3079mddrmw48gw7"))))
+         "0s1pwjidbn761xk43pmzyvn99hm3psdifjd78ylki7f97aiyd0g9"))))
     (build-system haskell-build-system)
     (inputs
-     `(("ghc-distributive" ,ghc-distributive)
+     `(("ghc-base-orphans" ,ghc-base-orphans)
+       ("ghc-bifunctors" ,ghc-bifunctors)
        ("ghc-comonad" ,ghc-comonad)
+       ("ghc-contravariant" ,ghc-contravariant)
+       ("ghc-distributive" ,ghc-distributive)
+       ("ghc-semigroups" ,ghc-semigroups)
        ("ghc-tagged" ,ghc-tagged)))
     (home-page "https://github.com/ekmett/profunctors/";)
     (synopsis "Profunctors for Haskell")



reply via email to

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