danstiner / hfmt

Format Haskell programs. Inspired by the gofmt utility.
MIT License
125 stars 14 forks source link

Support newer GHC versions? #55

Open toku-sa-n opened 2 years ago

toku-sa-n commented 2 years ago

Hello. Currently, hfmt supports GHC 8.0.2, 8.2.2, 8.4.4, and 8.6.3. However, these are too old. How about supporting 8.10.7, 9.2.2, and 9.4.1? HIndent supports them, and stylish-haskell and hlint should support them too.