reiddraper / ordeal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wraithm opened this issue · comments

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.

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

Thanks @wraithm, @puffnfresh. Fixes both issues.