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 @@ (define-public ghc-libyaml
(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

View file

@ -1474,26 +1474,6 @@ (define-public liboauth
(define-public libyaml
(package
(name "libyaml")
(version "0.1.7")
(source
(origin
(method url-fetch)
(uri (string-append
"http://pyyaml.org/download/libyaml/yaml-"
version ".tar.gz"))
(sha256
(base32
"0a87931cx5m14a1x8rbjix3nz7agrcgndf4h392vm62a4rby9240"))))
(build-system gnu-build-system)
(home-page "http://pyyaml.org/wiki/LibYAML")
(synopsis "YAML 1.1 parser and emitter written in C")
(description
"LibYAML is a YAML 1.1 parser and emitter written in C.")
(license license:expat)))
(define-public libyaml-0.2
(package
(inherit libyaml)
(version "0.2.4")
(source
(origin
@ -1503,7 +1483,13 @@ (define-public libyaml-0.2
version ".tar.gz"))
(sha256
(base32
"0mq5wf17ifcwwxq3kbimhi53jn3fg23vcynqpzxjcz3vfjlfs2nq"))))))
"0mq5wf17ifcwwxq3kbimhi53jn3fg23vcynqpzxjcz3vfjlfs2nq"))))
(build-system gnu-build-system)
(home-page "http://pyyaml.org/wiki/LibYAML")
(synopsis "YAML 1.1 parser and emitter written in C")
(description
"LibYAML is a YAML 1.1 parser and emitter written in C.")
(license license:expat)))
(define-public libquvi-scripts
(package