We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I upgraded the resolver to LTS-4.0, which worked great after I removed the import of mempty in Ordeal.
mempty
Ordeal
src/Ordeal.hs:11:1: Warning: The import of ‘mempty’ from module ‘Data.Monoid’ is redundant <no location info>: Failing due to -Werror.
The text was updated successfully, but these errors were encountered:
-Werror probably shouldn't be in the cabal configuration because of things like this.
-Werror
Sorry, something went wrong.
0c995e7
Thanks @wraithm, @puffnfresh. Fixes both issues.
No branches or pull requests
I upgraded the resolver to LTS-4.0, which worked great after I removed the import of
mempty
inOrdeal
.The text was updated successfully, but these errors were encountered: