json-b 0.0.0 → 0.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Text/JSONb.hs +1/−1
- json-b.cabal +1/−1
Text/JSONb.hs view
@@ -8,7 +8,7 @@ , Text.JSONb.Decode.break , Text.JSONb.Encode.Style(..) , Text.JSONb.Encode.encode- , Text.JSONb.Schema.Schema()+ , Text.JSONb.Schema.Schema , Text.JSONb.Schema.schema , Text.JSONb.Schema.schemas , Text.JSONb.Schema.OneMany(..)
json-b.cabal view
@@ -1,5 +1,5 @@ name : json-b-version : 0.0.0+version : 0.0.1 category : Text license : BSD3 license-file : LICENSE