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

Remove unused build-depends and install warnings #3155

Merged
merged 3 commits into from
Sep 15, 2022
Merged

Conversation

pepeiborra
Copy link
Collaborator

No description provided.

@@ -108,7 +108,7 @@ test-suite test
implicit-hie:gen-hie
main-is: Main.hs
hs-source-dirs: test
ghc-options: -Wunused-packages
ghc-options: -Wunused-packages -Werror=unused-packages
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we probably don't want the Werror? Or can we do this only in CI? any kind of Werror is a huge pain during development IMO

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact, don't we already have a pedantic cabal flag that we set to enable Werror during CI?

Copy link
Collaborator

@michaelpj michaelpj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be great to do this for the other packages too, but this is already good!

@michaelpj michaelpj merged commit 4ce8f99 into master Sep 15, 2022
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

Successfully merging this pull request may close these issues.

2 participants