Idea is to reformat all of the import/export lists using patched version of stylish-haskell which is only configured to touch exports/imports but not the rest of the code.
This will make git diffs sane and lead to much less merge conflicts and obsessing over sorting/formatting of them.
Add some not about how to run it / install a pre commit hook.
Idea is to reformat all of the import/export lists using patched version of
stylish-haskell
which is only configured to touch exports/imports but not the rest of the code.This will make
git diff
s sane and lead to much less merge conflicts and obsessing over sorting/formatting of them.Add some not about how to run it / install a pre commit hook.