ennocramer / floskell

Floskell is a flexible Haskell source code pretty printer.
BSD 3-Clause "New" or "Revised" License
178 stars 22 forks source link

Allow building with GHC 9.10 #82

Closed jhrcek closed 1 month ago

jhrcek commented 3 months ago

Hello @ennocramer, I'm working on upgrading haskell-language-server to support ghc 9.10. Part of it is allowing floskell to work with this new version of GHC. Could you please release a new version of floskell to hackage if CI passes? If you want I can include version bumps of cabal file in this PR..

Resolves https://github.com/ennocramer/floskell/issues/81