guix-commits
[Top][All Lists]
Advanced

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

57/177: gnu: ghc-fast-logger: Update to 2.4.11.


From: Ricardo Wurmus
Subject: 57/177: gnu: ghc-fast-logger: Update to 2.4.11.
Date: Tue, 13 Feb 2018 07:38:11 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 05c08ec9f60851aa72b5eaf67ab7d2da2ffde872
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 22:07:50 2018 +0100

    gnu: ghc-fast-logger: Update to 2.4.11.
    
    * gnu/packages/haskell.scm (ghc-fast-logger): Update to 2.4.11.
    [inputs]: Add ghc-easy-file and ghc-unix-time; remove 
ghc-bytestring-builder.
---
 gnu/packages/haskell.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index dbfada7..90388d1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4427,7 +4427,7 @@ monad transformer (instead of the IO monad).")
 (define-public ghc-fast-logger
   (package
     (name "ghc-fast-logger")
-    (version "2.4.1")
+    (version "2.4.11")
     (source
      (origin
        (method url-fetch)
@@ -4437,12 +4437,13 @@ monad transformer (instead of the IO monad).")
              ".tar.gz"))
        (sha256
         (base32
-         "0kjk1861qcls8m8y7i55msfpprws5wk6c5mxzi35g2qbl2sih4p5"))))
+         "1ad2vq4nifdxshqk9yrmghqizhkgybfz134kpr6padglb2mxxrdv"))))
     (build-system haskell-build-system)
     (inputs
-     `(("ghc-bytestring-builder" ,ghc-bytestring-builder)
-       ("ghc-auto-update" ,ghc-auto-update)
-       ("ghc-text" ,ghc-text)))
+     `(("ghc-auto-update" ,ghc-auto-update)
+       ("ghc-easy-file" ,ghc-easy-file)
+       ("ghc-text" ,ghc-text)
+       ("ghc-unix-time" ,ghc-unix-time)))
     (native-inputs
      `(("hspec-discover" ,hspec-discover)
        ("ghc-hspec" ,ghc-hspec)))



reply via email to

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