gnu: ghc-xml-conduit: Update to 1.8.0.1.
* gnu/packages/haskell.scm (ghc-xml-conduit): Update to 1.8.0.1. [inputs]: Add ghc-doctest.
This commit is contained in:
parent
391fc11f0e
commit
e30397dddb
|
@ -6729,7 +6729,7 @@ documents.")
|
||||||
(define-public ghc-xml-conduit
|
(define-public ghc-xml-conduit
|
||||||
(package
|
(package
|
||||||
(name "ghc-xml-conduit")
|
(name "ghc-xml-conduit")
|
||||||
(version "1.7.1.2")
|
(version "1.8.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6737,11 +6737,12 @@ documents.")
|
||||||
"xml-conduit-" version ".tar.gz"))
|
"xml-conduit-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n4k0rq9j5cc9kdvj9xbx8gmiqlyk5x6pw8yxzw5wfsw7qkych2s"))))
|
"177gmyigxql1pn3ncz0r8annwv5cbxnihbgrrg1dhm4gmc9jy2wq"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-conduit" ,ghc-conduit)
|
`(("ghc-conduit" ,ghc-conduit)
|
||||||
("ghc-conduit-extra" ,ghc-conduit-extra)
|
("ghc-conduit-extra" ,ghc-conduit-extra)
|
||||||
|
("ghc-doctest" ,ghc-doctest)
|
||||||
("ghc-resourcet" ,ghc-resourcet)
|
("ghc-resourcet" ,ghc-resourcet)
|
||||||
("ghc-text" ,ghc-text)
|
("ghc-text" ,ghc-text)
|
||||||
("ghc-xml-types" ,ghc-xml-types)
|
("ghc-xml-types" ,ghc-xml-types)
|
||||||
|
|
Loading…
Reference in New Issue