diff options
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 0000000000..48eb48075e --- /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 |