diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:12:16 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:28 -0500 |
commit | cdffb73c04d0c68d7edf19ee02fc3a554dea04bc (patch) | |
tree | 9169b16e6969721dd6d666307ee55ce53c5c220f /gnu/packages | |
parent | 899b5297cc91e5ff427728434d357eba1d4b1f5a (diff) |
gnu: ghc-aeson-pretty: Update to 0.8.8.
* gnu/packages/haskell-web.scm (ghc-aeson-pretty): Update to 0.8.8.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index fb04b71951..c80e72a916 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -816,7 +816,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 @@ -824,7 +824,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) |