mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 3 additions and 4 deletions
|
@ -5968,7 +5968,7 @@ (define-public ghc-xml-types
|
|||
(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 @@ (define-public ghc-xml-conduit
|
|||
"xml-conduit-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10yw8jiksw21jgwqjjd1ixflavcblisgkp9qq3ba05vadc35lqr5"))))
|
||||
"0n4k0rq9j5cc9kdvj9xbx8gmiqlyk5x6pw8yxzw5wfsw7qkych2s"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-conduit" ,ghc-conduit)
|
||||
|
@ -5985,10 +5985,9 @@ (define-public ghc-xml-conduit
|
|||
("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)))
|
||||
|
|
Loading…
Reference in a new issue