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
Since haskell/cabal#6622 has been merged, cabal repl works reliably for file paths that are part of a cabal project. Thus, implicit-hie should generate (at least within HLS) only the most basic cabal cradle, and not attempt parsing .cabal file and generate a multi-cradle based on the .cabal file.
This way we reduce the surface for errors in implicit-hie quite considerably. (probably a bit faster too)
For the gen-hie utility, probably nothing should be changed.
The text was updated successfully, but these errors were encountered:
Since haskell/cabal#6622 has been merged,
cabal repl
works reliably for file paths that are part of a cabal project. Thus, implicit-hie should generate (at least within HLS) only the most basic cabal cradle, and not attempt parsing .cabal file and generate a multi-cradle based on the .cabal file.This way we reduce the surface for errors in implicit-hie quite considerably. (probably a bit faster too)
For the gen-hie utility, probably nothing should be changed.
The text was updated successfully, but these errors were encountered: