gnu: Promote libyaml@0.2 to the default 'libyaml' variable.

* gnu/packages/web.scm (libyaml): Update to 0.2.4.
(libyaml-0.2): Remove variable.
* gnu/packages/haskell-xyz.scm (ghc-libyaml)[inputs]: Change from LIBYAML-0.2
to LIBYAML.
This commit is contained in:
Marius Bakke 2020-05-13 16:19:05 +02:00
parent e3e24d80e3
commit 1b35d3033d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 8 additions and 22 deletions

View file

@ -6628,7 +6628,7 @@ compiler versions.")
(inputs
`(("ghc-conduit" ,ghc-conduit)
("ghc-resourcet" ,ghc-resourcet)
("libyaml" ,libyaml-0.2)))
("libyaml" ,libyaml)))
(home-page "https://github.com/snoyberg/yaml#readme")
(synopsis "Low-level, streaming YAML interface.")
(description "This package provides a Haskell wrapper over the