mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: ghc-aeson-compat: Update to 0.3.9.
* gnu/packages/haskell-xyz.scm (ghc-aeson-compat): Update to 0.3.9.
This commit is contained in:
parent
f680955fb5
commit
0bafb75560
1 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ (define-public ghc-adjunctions
|
|||
(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 @@ (define-public ghc-aeson-compat
|
|||
"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)
|
||||
|
|
Loading…
Reference in a new issue