-
-
Notifications
You must be signed in to change notification settings - Fork 408
Open
Labels
component: imports plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
Your environment
Which OS do you use:
NixOS
Which lsp-client do you use:
emacs
Describe your project (alternative: link to the project):
cabal.project
Steps to reproduce
With extra
in your package db:
module Test where
foo :: [a] -> Int -> a
foo l i = l |? i
Import extension plugin will suggest importing |?
from Extra
, but Extra
is deprecated (you're supposed to use Data.List.Extra
).
Expected behaviour
Don't suggest imports from deprecated modules (just filter them out).
Actual behaviour
It suggests importing |?
from Extra
.
googleson78, georgefst and uhbif19pepeiborra and Anton-Latukha
Metadata
Metadata
Assignees
Labels
component: imports plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..