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

hie-wrapper should not build all dependencies #1640

Closed fendor closed 4 years ago

fendor commented 4 years ago

Happens only with cabal-helper, when cabal-helper initialises the context, it builds all deps of the package and may take a long time before responding, rendering our progress notification useless. Solution might include, moving initialisation code higher up the chain.