guix-commits
[Top][All Lists]
Advanced

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

141/177: gnu: ghc-lens: Update to 4.14.


From: Ricardo Wurmus
Subject: 141/177: gnu: ghc-lens: Update to 4.14.
Date: Tue, 13 Feb 2018 07:38:25 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 95260eb26d3c57a3e87965054988c4242ea9c057
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 10:55:42 2018 +0100

    gnu: ghc-lens: Update to 4.14.
    
    * gnu/packages/haskell.scm (ghc-lens): Update to 4.14.
---
 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 b9dfcec..4212e99 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4214,7 +4214,7 @@ in the @code{IO} monad, like @code{IORef}s or parts of 
the OpenGL state.")
 (define-public ghc-lens
   (package
     (name "ghc-lens")
-    (version "4.13")
+    (version "4.14")
     (source
      (origin
        (method url-fetch)
@@ -4224,7 +4224,7 @@ in the @code{IO} monad, like @code{IORef}s or parts of 
the OpenGL state.")
              ".tar.gz"))
        (sha256
         (base32
-         "0g4g0xksrb2m8wgsmraaq8qnk1sssb42kr65fc7clgyid6zyfmim"))))
+         "0jszxq3jk7yywy0dmkkdnl20fcmri2cl9b3cinw50a9mxwccv8vh"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; FIXME: doctest packagedb propagation problem.
     (inputs



reply via email to

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