guix-commits
[Top][All Lists]
Advanced

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

30/53: gnu: ghc-conduit-extra: Update to 1.3.0.


From: Ricardo Wurmus
Subject: 30/53: gnu: ghc-conduit-extra: Update to 1.3.0.
Date: Thu, 16 Aug 2018 11:05:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c106c48ee70fe91176fcfa249916818da17c2984
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 15 11:30:30 2018 +0200

    gnu: ghc-conduit-extra: Update to 1.3.0.
    
    * gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.3.0.
    [inputs]: Add ghc-typed-process.
---
 gnu/packages/haskell.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 65bd597..e94b15b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6437,7 +6437,7 @@ upon it.")
 (define-public ghc-conduit-extra
   (package
     (name "ghc-conduit-extra")
-    (version "1.1.14")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
@@ -6446,7 +6446,7 @@ upon it.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1ij3qcfk7q90fl6gklpy2k5ka9jgzrvs8frq0gy7gdcgyaabqfkg"))))
+         "1bi2b6kdzy5f9glq46jzsk02has95jkxqz0cchpbmnakzhjwjh9c"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-conduit" ,ghc-conduit)
@@ -6454,6 +6454,7 @@ upon it.")
        ("ghc-monad-control" ,ghc-monad-control)
        ("ghc-text" ,ghc-text)
        ("ghc-transformers-base" ,ghc-transformers-base)
+       ("ghc-typed-process" ,ghc-typed-process)
        ("ghc-async" ,ghc-async)
        ("ghc-attoparsec" ,ghc-attoparsec)
        ("ghc-blaze-builder" ,ghc-blaze-builder)



reply via email to

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