diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-27 12:04:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:05 +0700 |
commit | 2f78523078badda72a3b7a906c4c94ec036e4a43 (patch) | |
tree | 2fc9a9235b63612701a48455ee79df5e3786aa90 /haskell/haskell-aeson-pretty/README | |
parent | 7892e8c25b75bf6032816632a66668b52bdb0ecf (diff) |
haskell/haskell-aeson-pretty: Added (JSON pretty-printing library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-aeson-pretty/README')
-rw-r--r-- | haskell/haskell-aeson-pretty/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-aeson-pretty/README b/haskell/haskell-aeson-pretty/README new file mode 100644 index 0000000000000..48eb48075eb9f --- /dev/null +++ b/haskell/haskell-aeson-pretty/README @@ -0,0 +1,5 @@ +A JSON pretty-printing library compatible with aeson as well as a +command-line tool to improve readabilty of streams of JSON data. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |