aeson-pretty 0.7 → 0.7.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- aeson-pretty.cabal +1/−1
- cli-tool/Main.hs +1/−1
aeson-pretty.cabal view
@@ -1,5 +1,5 @@ name: aeson-pretty-version: 0.7+version: 0.7.1 license: BSD3 license-file: LICENSE category: Text, Web, JSON, Pretty Printer
cli-tool/Main.hs view
@@ -21,7 +21,7 @@ opts = Opts { compact = False &= help "Compact output." , indent = 4 &= help "Number of spaces per nesting-level (default 4)."- , sort = False &= help "Sort objects by key (default false)."+ , sort = False &= help "Sort objects by key (default: undefined order)." } &= program prog &= summary smry &= details info