samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit d35b2d83dd85d2437b85672c0e3e8ca0579699bd
Author: Timothy Sample <[email protected]>
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 c22c778..c603fa8 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -166,7 +166,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)
@@ -175,7 +175,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)