diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:14:05 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:29 -0500 |
commit | 0bafb755606b015bf01d921c4f97f717615fce26 (patch) | |
tree | 5308ffd53bea725c643f17ee72168fe3d018d834 /gnu/packages | |
parent | f680955fb520e78e30eb104ffa621d2b53cd52bb (diff) |
gnu: ghc-aeson-compat: Update to 0.3.9.
* gnu/packages/haskell-xyz.scm (ghc-aeson-compat): Update to 0.3.9.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index dbf6a10db0..977437d4ad 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) |