diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:06:02 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:22:01 -0700 |
commit | 7306eb5cf53866e03fdca84a17135ad6258d82bd (patch) | |
tree | 9671f9da3d489d1e1cbbed2bf8c6b3aa4fedab7b | |
parent | 2ec41781d566be844f617d22f58f9cf2eb8ac1db (diff) | |
download | guix-7306eb5cf53866e03fdca84a17135ad6258d82bd.tar.gz |
gnu: ghc-aeson-pretty: Fix typo "readability".
* gnu/packages/haskell-web (ghc-aeson-pretty)[description]: Fix typo.
-rw-r--r-- | gnu/packages/haskell-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index 555fee12d4..4ce5d6fdb1 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -876,7 +876,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)") (synopsis "JSON pretty-printing library and command-line tool") (description "This package provides a JSON pretty-printing library compatible with aeson -as well as a command-line tool to improve readabilty of streams of JSON data. +as well as a command-line tool to improve readability of streams of JSON data. The library provides the function @code{encodePretty}. It is a drop-in replacement for aeson's @code{encode} function, producing JSON-ByteStrings for human readers. The command-line tool reads JSON from stdin and writes |