guix-commits
[Top][All Lists]
Advanced

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

140/272: gnu: ghc-logging-facade: Update to 0.3.0.


From: Ricardo Wurmus
Subject: 140/272: gnu: ghc-logging-facade: Update to 0.3.0.
Date: Mon, 1 Oct 2018 06:13:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1cf4f2729f05872eb3d7a2eade1bde5120e502f8
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:49:28 2018 -0400

    gnu: ghc-logging-facade: Update to 0.3.0.
    
    * gnu/packages/haskell.scm (ghc-logging-facade): Update to 0.3.0.
---
 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 6327b4f..3a607bf 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5975,7 +5975,7 @@ space as enumerator/iteratee and pipes.")
 (define-public ghc-logging-facade
   (package
     (name "ghc-logging-facade")
-    (version "0.1.1")
+    (version "0.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -5983,7 +5983,7 @@ space as enumerator/iteratee and pipes.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "18ldv6rsff480rqpbs3iabjpvn1fhw0i2a0g80jnhxg9ajfz5yb0"))))
+                "0d0lwxxgd16is9aw6v3ps4r9prv3dj8xscmm45fvzq3nicjiawcf"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-hspec" ,ghc-hspec)



reply via email to

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