packages feed

json-b 0.0.1 → 0.0.2

raw patch · 1 files changed

+2/−2 lines, 1 files

Files

json-b.cabal view
@@ -1,5 +1,5 @@ name                          : json-b-version                       : 0.0.1+version                       : 0.0.2 category                      : Text license                       : BSD3 license-file                  : LICENSE@@ -9,7 +9,7 @@ synopsis                      : JSON parser that uses byte strings. description                   :   This parser consumes lazy ByteStrings to produce JSON in a simple, efficient-  format backed with a strict ByteStrings, Rationals and ByteString tries. See+  format backed with strict ByteStrings, Rationals and ByteString tries. See   the schema generation tools and the command line JSON schema generator (in   the examples subdir) for an example of how to use the parsing tools.