guix-commits
[Top][All Lists]
Advanced

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

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


From: Ricardo Wurmus
Subject: 140/257: gnu: ghc-logging-facade: Update to 0.3.0.
Date: Thu, 27 Sep 2018 15:47:15 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit a57988342c2ecdb11c6ccafc9d44e4dae8e772d9
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]