You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Switch to fourmolu formatter and reformat all sources
Some FOURMOLU_DISABLE directives were added in problematic cases
(mostly CPP conditional pragmas or foreign imports).
* Second pass to reduce amount of multi-line import lists
* Third pass, now with fourmolu-0.18.0.0
* Address hlint warnings
* Make it compile and pass tests
Address some hlints that required manual attention.
* Add hlint CI check
* Address review concern
* Drop conditional GHC-version sections
* Partially apply refactors
* Manually refactor return -> pure where automatic refactor failed
* Replace return with pure in literal haskell files
* How did this happen?
0 commit comments