guix-commits
[Top][All Lists]
Advanced

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

204/249: gnu: ghc-yaml: Update to 0.11.1.2.


From: guix-commits
Subject: 204/249: gnu: ghc-yaml: Update to 0.11.1.2.
Date: Thu, 31 Oct 2019 23:50:03 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 3a220920da617cf8d8f0ad812a04b075c5d095b4
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:21:58 2019 -0400

    gnu: ghc-yaml: Update to 0.11.1.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-yaml): Update to 0.11.1.2.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 10a2b40..2866d58 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11702,14 +11702,14 @@ documents.")
 (define-public ghc-yaml
   (package
     (name "ghc-yaml")
-    (version "0.8.32")
+    (version "0.11.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "yaml/yaml-" version ".tar.gz"))
               (sha256
                (base32
-                "0cbsyh4ilvjzq1q7pxls43k6pdqxg1l85xzibcwpbvmlvrizh86w"))))
+                "028pz77n92l6kjgjv263h4b6yhw1iibdbf3a3dkn5qnz537xpzhc"))))
     (build-system haskell-build-system)
     ;; The tests are broken on i686.  They are fixed in 0.10.3.0.
     ;; See https://github.com/snoyberg/yaml/issues/158



reply via email to

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