Skip to content

ghcide 0.7.4.0 breaks hls-explicit-imports-plugin 0.1.0.0 #1332

Closed
@hamishmack

Description

@hamishmack

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),
    |          ^^^^^^^^^^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous integrationtype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions