diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-13 16:19:05 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-13 16:19:05 +0200 |
commit | 1b35d3033d2082316343459ea4d07b9c5030cef5 (patch) | |
tree | 169275e0d3a52d588bbfa371890149ed4ebc6ba0 /gnu/packages/haskell-xyz.scm | |
parent | e3e24d80e3f8f66b634ac2aace632afd19c602b4 (diff) | |
download | guix-1b35d3033d2082316343459ea4d07b9c5030cef5.tar.gz |
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.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ compiler versions.") (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 |