[Pkg-haskell-maintainers] Bug#734206: Bug#734206: aeson-pretty: missing man page, incorrect info from --help

Clint Adams clint at debian.org
Sat Jan 4 21:45:16 UTC 2014


Control: forwarded 734206 https://github.com/informatikr/aeson-pretty/issues/3

On Sat, Jan 04, 2014 at 03:40:46PM -0500, Jason Woofenden wrote:
> My apologies if this should have been two bug reports. I ran into
> two problems while learning how to use aeson-pretty:
> 
> 1.	There is no man page for aeson-pretty
> 
> 2.	The built-in help (``aeson-pretty --help``) is incorrect about
> 	the default sorting of object keys. It says:
> 
> 		-s --sort        Sort objects by key (default false).
> 	
> 	But it _does_ sort object keys by default. For example:
> 
> 		$ echo '{"b":1,"a":1}' | aeson-pretty 
> 		{
> 			"a": 1,
> 			"b": 1
> 		}
> 	
> 	I'm not sure if this should be fixed in the documentation, or
> 	the behavior of aeson-pretty.

Forwarded upstream at the URL above.



More information about the Pkg-haskell-maintainers mailing list