ennocramer / floskell

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

Support aeson >= 2.0 #69

Closed jneira closed 2 years ago

jneira commented 2 years ago

Thanks in advance @ennocramer

ennocramer commented 2 years ago

Very nice, thank you!

jneira commented 2 years ago

@ennocramer thank you for the fast response, could we get a hackage release with this change included?

it would include support for ghc-9.0.1 (https://github.com/ennocramer/floskell/issues/66) and we could include the floskell plugin in hls when installing from hackage

ennocramer commented 2 years ago

I’ll do a hackage release later today. I ran into an issue building the benchmarks with GHC-9.2.1 and want to see if I can fix that before releasing.

wrengr commented 2 years ago

Also, please be sure to reconcile the conflicts between #69 and #70 before the release :)