diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 | ||||
-rw-r--r-- | gnu/packages/web.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 768159ba6c..413aa0f758 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -6628,7 +6628,7 @@ compiler versions.") (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 diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 25afd8257d..4ee74374dd 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1491,7 +1491,7 @@ hash/signatures.") "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") |