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

Won't compile on GHC 7.10 because of Data.Monoid.mempty #1

Closed
wraithm opened this issue Jan 11, 2016 · 2 comments
Closed

Won't compile on GHC 7.10 because of Data.Monoid.mempty #1

wraithm opened this issue Jan 11, 2016 · 2 comments

Comments

@wraithm
Copy link

wraithm commented Jan 11, 2016

I upgraded the resolver to LTS-4.0, which worked great after I removed the import of mempty in Ordeal.

src/Ordeal.hs:11:1: Warning:
    The import of ‘mempty’ from module ‘Data.Monoid’ is redundant

<no location info>: 
Failing due to -Werror.
@puffnfresh
Copy link

-Werror probably shouldn't be in the cabal configuration because of things like this.

@reiddraper
Copy link
Owner

Thanks @wraithm, @puffnfresh. Fixes both issues.

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

No branches or pull requests

3 participants