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
|
||||
(package
|
||||
(name "ghc-xml-conduit")
|
||||
(version "1.7.1.2")
|
||||
(version "1.8.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6737,11 +6737,12 @@ documents.")
|
|||
"xml-conduit-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0n4k0rq9j5cc9kdvj9xbx8gmiqlyk5x6pw8yxzw5wfsw7qkych2s"))))
|
||||
"177gmyigxql1pn3ncz0r8annwv5cbxnihbgrrg1dhm4gmc9jy2wq"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-conduit" ,ghc-conduit)
|
||||
("ghc-conduit-extra" ,ghc-conduit-extra)
|
||||
("ghc-doctest" ,ghc-doctest)
|
||||
("ghc-resourcet" ,ghc-resourcet)
|
||||
("ghc-text" ,ghc-text)
|
||||
("ghc-xml-types" ,ghc-xml-types)
|
||||
|
|
Loading…
Reference in New Issue