packages feed

json-b 0.0.2 → 0.0.3

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Text/JSONb/Encode.hs view
@@ -53,7 +53,7 @@ {-| Style of serialization. Compact is the only one that is implemented at     present.  -}-data Style                   =  Compact -- | LightSpaces | Indented+data Style                   =  Compact -- for later: LightSpaces | Indented deriving instance Show Style deriving instance Eq Style 
json-b.cabal view
@@ -1,5 +1,5 @@ name                          : json-b-version                       : 0.0.2+version                       : 0.0.3 category                      : Text license                       : BSD3 license-file                  : LICENSE