tweag / ormolu

A formatter for Haskell source code
https://ormolu-live.tweag.io
Other
956 stars 83 forks source link

Sort imports by package qualifier if present (Fixes #905) #916

Closed matthew-healy closed 2 years ago

matthew-healy commented 2 years ago

This fixes #905 by sorting imports first by package qualifier, if any are included, and then by module name. Imports without package qualifiers are always sorted before those with.

mrkkrp commented 2 years ago

LGTM, please add a changelog note (add a new "unreleased" section).

matthew-healy commented 2 years ago

@mrkkrp Done!