samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 4546f2c7323a6b972a1b9c8e53239b0995d9ba66
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:12:16 2019 -0400
gnu: ghc-aeson-pretty: Update to 0.8.8.
* gnu/packages/haskell-web.scm (ghc-aeson-pretty): Update to 0.8.8.
---
gnu/packages/haskell-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 7b4be2e..e54b0e2 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -815,7 +815,7 @@ naming: in Greek mythology, Aeson was the father of
Jason.)")
(define-public ghc-aeson-pretty
(package
(name "ghc-aeson-pretty")
- (version "0.8.7")
+ (version "0.8.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -823,7 +823,7 @@ naming: in Greek mythology, Aeson was the father of
Jason.)")
version ".tar.gz"))
(sha256
(base32
- "1m977gs0s9gf3lwzlbs5y7bl6ansc5pywmn2qjk09l5bwg2yrhf1"))))
+ "09n7gs91y1fbw6gjszrd2na3isnvk3y5rsi90lzjrwywnqfadkl1"))))
(build-system haskell-build-system)
(inputs
`(("ghc-aeson" ,ghc-aeson)