id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
188,Haddock reorders multiple declarations on one line,DavidAmos,,"I have a source file containing the line:

i,j,k :: Num k => Quaternion k

The relevant line of the Haddock documentation comes out as:

i, k, j :: Num k => Quaternion k

(Note the reordering.)

Although not strictly incorrect, this distorts the semantic intent of the documentation.

The reordering also happens in other cases, eg:
http://hackage.haskell.org/packages/archive/HaskellForMaths/0.4.1/doc/html/Math-Algebras-Quaternions.html
http://hackage.haskell.org/packages/archive/HaskellForMaths/0.4.1/doc/html/Math-Algebras-Octonions.html
",defect,new,minor,,2.9.2,,,
