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:
Marius Bakke 2020-05-13 16:16:42 +02:00
parent ff229e6c46
commit f35978ff10
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 2 additions and 2 deletions

View file

@ -6628,7 +6628,7 @@ (define-public ghc-libyaml
(inputs
`(("ghc-conduit" ,ghc-conduit)
("ghc-resourcet" ,ghc-resourcet)
("libyaml" ,libyaml-2.1)))
("libyaml" ,libyaml-0.2)))
(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

@ -1491,7 +1491,7 @@ (define-public libyaml
"LibYAML is a YAML 1.1 parser and emitter written in C.")
(license license:expat)))
(define-public libyaml-2.1
(define-public libyaml-0.2
(package
(inherit libyaml)
(version "0.2.1")