3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-aeson-pretty: Fix typo "readability".

* gnu/packages/haskell-web (ghc-aeson-pretty)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 17:06:02 -07:00
parent 2ec41781d5
commit 7306eb5cf5
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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