summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-13 00:09:06 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:38 +0100
commit4406f4753210b7fd833d2a656c045111bb3824d4 (patch)
treed151eced739b0f5c9029edc080b2ed082c947974 /gnu/packages/haskell-web.scm
parente74e1ad61008bb2af275c2cb879327f9e72a6b19 (diff)
downloadgnu-guix-4406f4753210b7fd833d2a656c045111bb3824d4.tar
gnu-guix-4406f4753210b7fd833d2a656c045111bb3824d4.tar.gz
gnu: ghc-aeson-pretty: Update to 0.8.2.
* gnu/packages/haskell-web.scm (ghc-aeson-pretty): Update to 0.8.2.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index f738b69234..9e177d6f99 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -773,7 +773,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
(define-public ghc-aeson-pretty
(package
(name "ghc-aeson-pretty")
- (version "0.7.2")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -781,7 +781,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
version ".tar.gz"))
(sha256
(base32
- "03ap81853qi8yd9kdgczllrrni23a6glsfxrwj8zab6ipjrbh234"))))
+ "1c5r1w1hcv297pmj9yjpz9al22k3mh61gimi37wddga02212kd3c"))))
(build-system haskell-build-system)
(inputs
`(("ghc-aeson" ,ghc-aeson)