gnu: libyaml: Fix variable name for libyaml@0.2.
* gnu/packages/web.scm (libyaml-2.1): Rename to ... (libyaml-0.2): ... this. * gnu/packages/haskell-xyz.scm (ghc-libyaml)[inputs]: Adjust accordingly.
This commit is contained in:
parent
ff229e6c46
commit
f35978ff10
2 changed files with 2 additions and 2 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-2.1)))
|
("libyaml" ,libyaml-0.2)))
|
||||||
(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
|
||||||
|
|
|
@ -1491,7 +1491,7 @@ hash/signatures.")
|
||||||
"LibYAML is a YAML 1.1 parser and emitter written in C.")
|
"LibYAML is a YAML 1.1 parser and emitter written in C.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public libyaml-2.1
|
(define-public libyaml-0.2
|
||||||
(package
|
(package
|
||||||
(inherit libyaml)
|
(inherit libyaml)
|
||||||
(version "0.2.1")
|
(version "0.2.1")
|
||||||
|
|
Reference in a new issue