guix-commits
[Top][All Lists]
Advanced

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

190/328: gnu: ghc-aeson-compat: Update to 0.3.9.


From: guix-commits
Subject: 190/328: gnu: ghc-aeson-compat: Update to 0.3.9.
Date: Sat, 16 Nov 2019 19:33:05 -0500 (EST)

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

commit c42764633d7c6851011d10d683a1b9916e5bcd57
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:14:05 2019 -0400

    gnu: ghc-aeson-compat: Update to 0.3.9.
    
    * gnu/packages/haskell-xyz.scm (ghc-aeson-compat): Update to 0.3.9.
---
 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 dbf6a10..977437d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -167,7 +167,7 @@ for Haskell.")
 (define-public ghc-aeson-compat
   (package
     (name "ghc-aeson-compat")
-    (version "0.3.8")
+    (version "0.3.9")
     (source
      (origin
        (method url-fetch)
@@ -176,7 +176,7 @@ for Haskell.")
                            "aeson-compat-" version ".tar.gz"))
        (sha256
         (base32
-         "0j4v13pgk21zy8hqkbx8hw0n05jdl17qphxz9rj4h333pr547r3i"))))
+         "1j13gykv4ryvmr14w5blz0nnpdb4p0hpa27wahw3mhb1lwdr8hz0"))))
     (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]