From 1b35d3033d2082316343459ea4d07b9c5030cef5 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 13 May 2020 16:19:05 +0200 Subject: 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. --- 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 413aa0f758..29d3077755 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -6628,7 +6628,7 @@ (define-public ghc-libyaml (inputs `(("ghc-conduit" ,ghc-conduit) ("ghc-resourcet" ,ghc-resourcet) - ("libyaml" ,libyaml-0.2))) + ("libyaml" ,libyaml))) (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