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
|
(inputs
|
||||||
`(("ghc-conduit" ,ghc-conduit)
|
`(("ghc-conduit" ,ghc-conduit)
|
||||||
("ghc-resourcet" ,ghc-resourcet)
|
("ghc-resourcet" ,ghc-resourcet)
|
||||||
("libyaml" ,libyaml-0.2)))
|
("libyaml" ,libyaml)))
|
||||||
(home-page "https://github.com/snoyberg/yaml#readme")
|
(home-page "https://github.com/snoyberg/yaml#readme")
|
||||||
(synopsis "Low-level, streaming YAML interface.")
|
(synopsis "Low-level, streaming YAML interface.")
|
||||||
(description "This package provides a Haskell wrapper over the
|
(description "This package provides a Haskell wrapper over the
|
||||||
|
|
|
@ -1474,26 +1474,6 @@ hash/signatures.")
|
||||||
(define-public libyaml
|
(define-public libyaml
|
||||||
(package
|
(package
|
||||||
(name "libyaml")
|
(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")
|
(version "0.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -1503,7 +1483,13 @@ hash/signatures.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(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
|
(define-public libquvi-scripts
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue