guix-commits
[Top][All Lists]
Advanced

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

60/177: gnu: ghc-yaml: Update to 0.8.28.


From: Ricardo Wurmus
Subject: 60/177: gnu: ghc-yaml: Update to 0.8.28.
Date: Tue, 13 Feb 2018 07:38:11 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fe4f81bc6f2a597cb0b9dec2ad20d270dde1d435
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 22:12:32 2018 +0100

    gnu: ghc-yaml: Update to 0.8.28.
    
    * gnu/packages/haskell.scm (ghc-yaml): Update to 0.8.28.
    [inputs]: Add ghc-semigroups and ghc-temporary; remove ghc-aeson-qq.
---
 gnu/packages/haskell.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 2eaa359..1b39a1e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5215,14 +5215,14 @@ back-ends.")
 (define-public ghc-yaml
   (package
     (name "ghc-yaml")
-    (version "0.8.15.1")
+    (version "0.8.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "yaml/yaml-" version ".tar.gz"))
               (sha256
                (base32
-                "0v6c435xmgm99zxb30pqr7lhkb2a56wxqp70g4hjz8p7rj0vichx"))))
+                "0swgkzkfrwj0ac7lssn8rnrdfmh3lcsdn5fbq2iwv55di6jbc0pp"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-conduit" ,ghc-conduit)
@@ -5233,8 +5233,9 @@ back-ends.")
        ("ghc-text" ,ghc-text)
        ("ghc-attoparsec" ,ghc-attoparsec)
        ("ghc-scientific" ,ghc-scientific)
+       ("ghc-semigroups" ,ghc-semigroups)
+       ("ghc-temporary" ,ghc-temporary)
        ("ghc-enclosed-exceptions" ,ghc-enclosed-exceptions)
-       ("ghc-aeson-qq" ,ghc-aeson-qq)
        ("ghc-base-compat" ,ghc-base-compat)))
     (native-inputs
      `(("ghc-hspec" ,ghc-hspec)



reply via email to

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