mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e3e24d80e3
commit
1b35d3033d
2 changed files with 8 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue