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/slack-desc | |
parent | 0fd78a24c13f6975c562788743b4c0bb586bd159 (diff) |
haskell/haskell-json: Added (JSON implementation for Haskell)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-json/slack-desc')
-rw-r--r-- | haskell/haskell-json/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-json/slack-desc b/haskell/haskell-json/slack-desc new file mode 100644 index 000000000000..84b1d0158447 --- /dev/null +++ b/haskell/haskell-json/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +haskell-json: haskell-json (JSON implementation for Haskell) +haskell-json: +haskell-json: This library provides a parser and pretty printer for converting +haskell-json: between Haskell values and JSON. +haskell-json: +haskell-json: Homepage: http://hackage.haskell.org/package/json +haskell-json: +haskell-json: +haskell-json: +haskell-json: +haskell-json: |