ennocramer / floskell

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

Loosen aeson bounds #49

Closed lukel97 closed 4 years ago

lukel97 commented 4 years ago

Tested all passed locally with cabal test --constraint="aeson^>=1.5" on ghc-8.10

ennocramer commented 4 years ago

Thank you!

georgefst commented 4 years ago

Any chance we could get a Hackage release/revision?

It would resolve a conflict in haskell-language-server (which is primarily why @bubba and I care about this).

ennocramer commented 4 years ago

Apologies. I wanted to fix another bug before making a new release, but life got in the way. I've released floskell-0.10.4 now, which includes the relaxed aeson bounds.