This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
"Could not find module" error on local imports #1333
Open
Description
Expected Behaviour
Not showing any error when importing a local module in another module
Current Behaviour
This error message in Neovim's :messages
buffer
Could not find module ‘My.Module’ Use -v to see a list of the files searched for.
Additional Notes
This issue is similar to #1069, but I use stack + hpack
How could I debug the root cause of those issues?