-
Notifications
You must be signed in to change notification settings - Fork 63
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
#221 Introduced unused-imports warnings which lead to failures in GHC #224
Comments
Also #221 seems to have introduced a dependency on os-string which is not reflected in the cabal file. The appveyor CI reports this error for my #223 https://ci.appveyor.com/project/Mistuke/win32-5ec4k/builds/48620220/job/414ddky2omugv629
I think this repo might also be missing branch protection for master? |
It does not. You simply have to depend on filepath < 1.5. |
That said, this library has to be updated to work with filepath >= 1.5. See #222 |
Does this mean that in the meantime we have to add an upper bound on the filepath dependency? Because the failure occurs in the CI of this repo, not in some project of mine. |
Yes |
I think we can ask a hackage trustee to modify the bounds so CI and projects don't break. |
As a package maintainer you should have the rights to do metadata revisions yourself. |
I think #221 introduced some code which generates "unused-imports" warnings when compiled with GHC. This leads to the fact that the submodule within GHC cannot be updated, since -Werror is enabled. I observed this in the following pipeline: https://gitlab.haskell.org/ghc/ghc/-/jobs/1722073
The text was updated successfully, but these errors were encountered: