gnu: ghc-aeson-compat: Update to 0.3.8.

* gnu/packages/haskell.scm (ghc-aeson-compat): Update to 0.3.8.
This commit is contained in:
Timothy Sample 2018-08-29 00:44:40 -04:00 committed by Ricardo Wurmus
parent 5ebadb584b
commit 22b5a1a477
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)