diff options
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 |