You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In haskell/cabal#8966 cabal removed its support for file and module targets.
But these are currently used by hie-bios to determine the flags for components.
Perhaps we should just be calling cabal repl on the component instead?
I think that the patch in cabal should be reverted. This has been how hie-bios has interacted with cabal-install since the start of the library and it has been a stable and robust interface.
If this feature is removed then there should be a long deprecation period to avoid breaking HLS users who have old version of hie-bios and a suitable migration implemented in hie-bios.
In haskell/cabal#8966 cabal removed its support for file and module targets.
But these are currently used by
hie-bios
to determine the flags for components.Perhaps we should just be calling
cabal repl
on the component instead?See also the cabal issue: haskell/cabal#9688
The text was updated successfully, but these errors were encountered: