"Refine imports" code lens suggests to import internal module in multi-component project #2851
Labels
component: imports plugin
multi-component
Issues relating to multi-component support
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Example
Project structure:
Internal.hs
hls-issues.cabal
Lib.hs
Test.hs
HLS suggests to refine the imports to import
Internal
, eventhoughInternal
is not exposed from the library component and thus can't be used in the test suite.The text was updated successfully, but these errors were encountered: