guix-commits
[Top][All Lists]
Advanced

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

75/177: gnu: ghc-adjunctions: Update to 4.3.


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

rekado pushed a commit to branch master
in repository guix.

commit 3f229b1b9e2b2aa19bcbf80ad870545e947cc63f
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 22:50:49 2018 +0100

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ceea101..3eb8724 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4389,7 +4389,7 @@ definition of @code{Monad}.")
 (define-public ghc-adjunctions
   (package
     (name "ghc-adjunctions")
-    (version "4.2.2")
+    (version "4.3")
     (source
      (origin
        (method url-fetch)
@@ -4399,7 +4399,7 @@ definition of @code{Monad}.")
              ".tar.gz"))
        (sha256
         (base32
-         "00p030iypjzjib8pxz1x6mxfi59wvyrwjj11zv9bh766dgkdbwjq"))))
+         "1k1ykisf96i4g2zm47c45md7p42c4vsp9r73392pz1g8mx7s2j5r"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-profunctors" ,ghc-profunctors)



reply via email to

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