guix-commits
[Top][All Lists]
Advanced

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

187/272: gnu: ghc-aeson-compat: Update to 0.3.8.


From: Ricardo Wurmus
Subject: 187/272: gnu: ghc-aeson-compat: Update to 0.3.8.
Date: Mon, 1 Oct 2018 06:13:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 22b5a1a47719f57fd6cfe391e517f1e7a3def7fe
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:44:40 2018 -0400

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 40c77c9..94ebae2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9845,7 +9845,7 @@ way.")
 (define-public ghc-aeson-compat
   (package
     (name "ghc-aeson-compat")
-    (version "0.3.7.1")
+    (version "0.3.8")
     (source
      (origin
        (method url-fetch)
@@ -9854,7 +9854,7 @@ way.")
                            "aeson-compat-" version ".tar.gz"))
        (sha256
         (base32
-         "1jya3lm9imclhb8qqihv39hhb62vvs3qpws7pc5fc23vwg0hsx2r"))))
+         "0j4v13pgk21zy8hqkbx8hw0n05jdl17qphxz9rj4h333pr547r3i"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f))  ;  FIXME: Tests require QuickCheck >= 2.10
     (inputs `(("ghc-base-compat" ,ghc-base-compat)



reply via email to

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