gnu: ghc-yaml: Update to 0.8.28.
* gnu/packages/haskell.scm (ghc-yaml): Update to 0.8.28. [inputs]: Add ghc-semigroups and ghc-temporary; remove ghc-aeson-qq.
This commit is contained in:
parent
bc819cdf4c
commit
fe4f81bc6f
|
@ -5215,14 +5215,14 @@ back-ends.")
|
||||||
(define-public ghc-yaml
|
(define-public ghc-yaml
|
||||||
(package
|
(package
|
||||||
(name "ghc-yaml")
|
(name "ghc-yaml")
|
||||||
(version "0.8.15.1")
|
(version "0.8.28")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
"yaml/yaml-" version ".tar.gz"))
|
"yaml/yaml-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v6c435xmgm99zxb30pqr7lhkb2a56wxqp70g4hjz8p7rj0vichx"))))
|
"0swgkzkfrwj0ac7lssn8rnrdfmh3lcsdn5fbq2iwv55di6jbc0pp"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-conduit" ,ghc-conduit)
|
`(("ghc-conduit" ,ghc-conduit)
|
||||||
|
@ -5233,8 +5233,9 @@ back-ends.")
|
||||||
("ghc-text" ,ghc-text)
|
("ghc-text" ,ghc-text)
|
||||||
("ghc-attoparsec" ,ghc-attoparsec)
|
("ghc-attoparsec" ,ghc-attoparsec)
|
||||||
("ghc-scientific" ,ghc-scientific)
|
("ghc-scientific" ,ghc-scientific)
|
||||||
|
("ghc-semigroups" ,ghc-semigroups)
|
||||||
|
("ghc-temporary" ,ghc-temporary)
|
||||||
("ghc-enclosed-exceptions" ,ghc-enclosed-exceptions)
|
("ghc-enclosed-exceptions" ,ghc-enclosed-exceptions)
|
||||||
("ghc-aeson-qq" ,ghc-aeson-qq)
|
|
||||||
("ghc-base-compat" ,ghc-base-compat)))
|
("ghc-base-compat" ,ghc-base-compat)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-hspec" ,ghc-hspec)
|
`(("ghc-hspec" ,ghc-hspec)
|
||||||
|
|
Loading…
Reference in New Issue