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
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
We seem to have accumulated some warnings, most of which are probably completely unnecessary (like unnecessary imports), so it would be great if someone could go through them and fix them.
This sounds like a nice issue to get started with hie development.
One thing that’s annoying about this is that we can’t just use --pedantic since stack also enables the flags for extra-deps, but that is supposed to be fixed.
The text was updated successfully, but these errors were encountered:
Theoretically: absolutely, I think we even had that some point.
Particallly: Not an potion atm because stack will also set -Werr for all extra-deps which causes the build to fail since some of them don’t compile with -Werr. We should be able to get rid of the extra-deps rather soon and the stack guys also said they’re going to change this so when either of those happens, we should definitely do that again.
rasendubi
added a commit
to rasendubi/haskell-ide-engine
that referenced
this issue
Jan 9, 2016
We seem to have accumulated some warnings, most of which are probably completely unnecessary (like unnecessary imports), so it would be great if someone could go through them and fix them.
This sounds like a nice issue to get started with hie development.
One thing that’s annoying about this is that we can’t just use
--pedantic
since stack also enables the flags for extra-deps, but that is supposed to be fixed.The text was updated successfully, but these errors were encountered: