-
Notifications
You must be signed in to change notification settings - Fork 701
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
Remove unused packages #9855
Remove unused packages #9855
Conversation
e4359a7
to
9416e17
Compare
@Mikolaj don't know what is going on with CI but the
|
I ran locally something close to
|
The |
e00336e
to
94aef6a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Much needed Spring cleaning. :)
94aef6a
to
c1298e6
Compare
- Remove stm and containers from hackage-tests - Remove tasty-expected-failure from check-tests - Remove tasty-quickcheck from parser-tests - Remove async, binary, Cabal-tests, deep-seq, integer-logarithms, rere, tagged and transformers from unit-tests
Use -Wwarn=unused-packages for cabal-testsuite
c1298e6
to
fa915e9
Compare
Label merge+no rebase is necessary when the pull request is from an organisation. |
Fixes #9853. I am a bit frustrated that I've not been able fix or suppress the
-Werror=unused-package
withcabal-testsuite
except with the following setting inproject-cabal/ghc-options.config
;package cabal-testsuite ghc-options: -Wwarn=unused-packages
I tried adding similar
ghc-options
tocabal-testsuite:test:test-runtime-deps
(the intentional source of unused package dependencies) but suppose project settings override package settings.