haskell / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2.38k stars 211 forks source link

[WIP] stylish-haskell plugin #1618

Open lukasz-golebiewski opened 4 years ago

lukasz-golebiewski commented 4 years ago

I see that jobs for older stack/cabal stacks are failing because of absence of stylish-haskell-0.10.0.0. Is it possible to add a plugin only starting from the currently latest stack/cabal version?

Avi-D-coder commented 4 years ago

@lukasz-golebiewski Add - stylish-haskell-0.10.0.0 to each stack-*.yaml and a version bound in haskell-ide-engine.cabal.

Avi-D-coder commented 4 years ago

@lukasz-golebiewski There are a few more version conflicts that need to be explicitly specified

Ailrun commented 4 years ago

Is there any news?