From f35978ff10f78401a7cbdcbd3bfe4a19e88c9b74 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 13 May 2020 16:16:42 +0200 Subject: 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. --- gnu/packages/haskell-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/haskell-xyz.scm') 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 -- cgit v1.2.3