aeson-pretty 0.8.2 → 0.8.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Aeson/Encode/Pretty.hs +1/−1
- aeson-pretty.cabal +1/−1
Data/Aeson/Encode/Pretty.hs view
@@ -120,7 +120,7 @@ -- |The default configuration: indent by four spaces per level of nesting, do -- not sort objects by key. ----- > defConfig = Config { confIndent = 4, confCompare = mempty, confNumFormat = Generic }+-- > defConfig = Config { confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic } defConfig :: Config defConfig = Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic}
aeson-pretty.cabal view
@@ -1,5 +1,5 @@ name: aeson-pretty-version: 0.8.2+version: 0.8.3 license: BSD3 license-file: LICENSE category: Text, Web, JSON, Pretty Printer