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:
parent
5ebadb584b
commit
22b5a1a477
|
@ -9845,7 +9845,7 @@ way.")
|
||||||
(define-public ghc-aeson-compat
|
(define-public ghc-aeson-compat
|
||||||
(package
|
(package
|
||||||
(name "ghc-aeson-compat")
|
(name "ghc-aeson-compat")
|
||||||
(version "0.3.7.1")
|
(version "0.3.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9854,7 +9854,7 @@ way.")
|
||||||
"aeson-compat-" version ".tar.gz"))
|
"aeson-compat-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jya3lm9imclhb8qqihv39hhb62vvs3qpws7pc5fc23vwg0hsx2r"))))
|
"0j4v13pgk21zy8hqkbx8hw0n05jdl17qphxz9rj4h333pr547r3i"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: Tests require QuickCheck >= 2.10
|
(arguments `(#:tests? #f)) ; FIXME: Tests require QuickCheck >= 2.10
|
||||||
(inputs `(("ghc-base-compat" ,ghc-base-compat)
|
(inputs `(("ghc-base-compat" ,ghc-base-compat)
|
||||||
|
|
Loading…
Reference in New Issue