Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to not change qualified imports #2

Open
gittywithexcitement opened this issue Sep 2, 2020 · 1 comment
Open

Add option to not change qualified imports #2

gittywithexcitement opened this issue Sep 2, 2020 · 1 comment

Comments

@gittywithexcitement
Copy link

E.g. when I have
import qualified Foo.Bar as Foo
or
import qualified Foo.Bar

then don't change it and add explicit imports like so:

import qualified Foo.Bar as Foo (foo, bar, baz)

@jrp2014
Copy link
Owner

jrp2014 commented Sep 5, 2020

Thanks. I'll have a look to see how straightforward that would be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants