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.
This commit is contained in:
parent
1e4a612263
commit
29a2638654
|
@ -5968,7 +5968,7 @@ documents.")
|
||||||
(define-public ghc-xml-conduit
|
(define-public ghc-xml-conduit
|
||||||
(package
|
(package
|
||||||
(name "ghc-xml-conduit")
|
(name "ghc-xml-conduit")
|
||||||
(version "1.3.5")
|
(version "1.7.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5976,7 +5976,7 @@ documents.")
|
||||||
"xml-conduit-" version ".tar.gz"))
|
"xml-conduit-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10yw8jiksw21jgwqjjd1ixflavcblisgkp9qq3ba05vadc35lqr5"))))
|
"0n4k0rq9j5cc9kdvj9xbx8gmiqlyk5x6pw8yxzw5wfsw7qkych2s"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-conduit" ,ghc-conduit)
|
`(("ghc-conduit" ,ghc-conduit)
|
||||||
|
@ -5985,10 +5985,9 @@ documents.")
|
||||||
("ghc-text" ,ghc-text)
|
("ghc-text" ,ghc-text)
|
||||||
("ghc-xml-types" ,ghc-xml-types)
|
("ghc-xml-types" ,ghc-xml-types)
|
||||||
("ghc-attoparsec" ,ghc-attoparsec)
|
("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-markup" ,ghc-blaze-markup)
|
||||||
("ghc-blaze-html" ,ghc-blaze-html)
|
("ghc-blaze-html" ,ghc-blaze-html)
|
||||||
("ghc-data-default" ,ghc-data-default)
|
|
||||||
("ghc-monad-control" ,ghc-monad-control)
|
("ghc-monad-control" ,ghc-monad-control)
|
||||||
("ghc-hspec" ,ghc-hspec)
|
("ghc-hspec" ,ghc-hspec)
|
||||||
("ghc-hunit" ,ghc-hunit)))
|
("ghc-hunit" ,ghc-hunit)))
|
||||||
|
|
Loading…
Reference in New Issue