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
Ironically explicitly importing from import Development.IDE.GHC.Compat might have avoided the problem.
src/Ide/Plugin/ExplicitImports.hs:219:10: error:
Ambiguous occurrence ‘isQualifiedImport’
It could refer to
either ‘Development.IDE.GHC.Compat.isQualifiedImport’,
imported from ‘Development.IDE.GHC.Compat’ at src/Ide/Plugin/ExplicitImports.hs:29:1-33
or ‘Ide.Plugin.ExplicitImports.isQualifiedImport’,
defined at src/Ide/Plugin/ExplicitImports.hs:255:1
|
219 | | not (isQualifiedImport imp),
| ^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
jneira
added
CI
Continuous integration
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
labels
Feb 9, 2021
Yeah, I discovered the same thing overnight. Revision done and will upload a new version soon. I have also added @jneira as a maintainer to all my plugins in case I'm not around next time. Thanks.
Ironically explicitly importing from
import Development.IDE.GHC.Compat
might have avoided the problem.The text was updated successfully, but these errors were encountered: