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

Build breaks on 7.6 #25

Open
tomjaguarpaw opened this issue Jun 3, 2016 · 3 comments
Open

Build breaks on 7.6 #25

tomjaguarpaw opened this issue Jun 3, 2016 · 3 comments

Comments

@tomjaguarpaw
Copy link

This commit breaks the build on GHC 7.6. Please either depend on a base version high enough to exclude 7.6 or tweak the CPP so the GHC option is not used in 7.6.

5aebca1

@bergmark
Copy link

bergmark commented Jun 3, 2016

I added a revision here: https://hackage.haskell.org/package/multiset-0.3.3/revisions/ So 7.6 builds should pick the previous working version.

Still, this should also be resolved in the repo using either solution tom suggested.

@rcook
Copy link
Contributor

rcook commented Jun 3, 2016

Thanks. I will take care of this.

rcook added a commit to rcook/multiset that referenced this issue Jun 3, 2016
With this change, we will now omit AMP-related warnings like before.
However, we can now build on earlier versions of GHC without errors
related to the unknown compiler switch "-fno-warn-amp".

This reverts commit 5aebca1.
@sjakobi
Copy link
Contributor

sjakobi commented Dec 15, 2019

This seems to be fixed as of v0.3.4.3.

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

4 participants