guix-commits
[Top][All Lists]
Advanced

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

143/177: gnu: ghc-xml-conduit: Update to 1.7.1.2


From: Ricardo Wurmus
Subject: 143/177: gnu: ghc-xml-conduit: Update to 1.7.1.2
Date: Tue, 13 Feb 2018 07:38:26 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 29a26386549f468a69abe1347cd31639524ab949
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 10:59:33 2018 +0100

    gnu: ghc-xml-conduit: Update to 1.7.1.2
    
    * gnu/packages/haskell.scm (ghc-xml-conduit): Update to 1.7.1.2.
    [inputs]: Remove ghc-blaze-builder and ghc-data-default; add
    ghc-data-default-class.
---
 gnu/packages/haskell.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index cd35383..a3e5307 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5968,7 +5968,7 @@ documents.")
 (define-public ghc-xml-conduit
   (package
     (name "ghc-xml-conduit")
-    (version "1.3.5")
+    (version "1.7.1.2")
     (source
      (origin
        (method url-fetch)
@@ -5976,7 +5976,7 @@ documents.")
                            "xml-conduit-" version ".tar.gz"))
        (sha256
         (base32
-         "10yw8jiksw21jgwqjjd1ixflavcblisgkp9qq3ba05vadc35lqr5"))))
+         "0n4k0rq9j5cc9kdvj9xbx8gmiqlyk5x6pw8yxzw5wfsw7qkych2s"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-conduit" ,ghc-conduit)
@@ -5985,10 +5985,9 @@ documents.")
        ("ghc-text" ,ghc-text)
        ("ghc-xml-types" ,ghc-xml-types)
        ("ghc-attoparsec" ,ghc-attoparsec)
-       ("ghc-blaze-builder" ,ghc-blaze-builder)
+       ("ghc-data-default-class" ,ghc-data-default-class)
        ("ghc-blaze-markup" ,ghc-blaze-markup)
        ("ghc-blaze-html" ,ghc-blaze-html)
-       ("ghc-data-default" ,ghc-data-default)
        ("ghc-monad-control" ,ghc-monad-control)
        ("ghc-hspec" ,ghc-hspec)
        ("ghc-hunit" ,ghc-hunit)))



reply via email to

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