guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: libyaml: Fix variable name for libyaml@0.2.


From: guix-commits
Subject: 03/05: gnu: libyaml: Fix variable name for libyaml@0.2.
Date: Wed, 13 May 2020 11:55:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f35978ff10f78401a7cbdcbd3bfe4a19e88c9b74
Author: Marius Bakke <address@hidden>
AuthorDate: Wed May 13 16:16:42 2020 +0200

    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 +-
 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 768159b..413aa0f 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 25afd82..4ee7437 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]