diff options
author | Peter Wang <novalazy@gmail.com> | 2011-09-07 23:08:22 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-21 19:48:31 -0300 |
commit | 74225a3a818535483008cb5ea3c5e8171805f15f (patch) | |
tree | 5911f9ad74e2356558e4b0df4307ac1937833ae4 /haskell/haskell-json/README | |
parent | 0fd78a24c13f6975c562788743b4c0bb586bd159 (diff) | |
download | slackbuilds-74225a3a818535483008cb5ea3c5e8171805f15f.tar.gz |
haskell/haskell-json: Added (JSON implementation for Haskell)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-json/README')
-rw-r--r-- | haskell/haskell-json/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-json/README b/haskell/haskell-json/README new file mode 100644 index 0000000000..54c97e9e5c --- /dev/null +++ b/haskell/haskell-json/README @@ -0,0 +1,7 @@ +This library provides a parser and pretty printer for converting between +Haskell values and JSON. + +This requires ghc, haskell-mtl and haskell-syb. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |