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

Yampa fails to compile with GHC 9.8.1, deepseq 1.5.0.0 #280

Closed
ivanperez-keera opened this issue Dec 8, 2023 · 1 comment
Closed

Yampa fails to compile with GHC 9.8.1, deepseq 1.5.0.0 #280

ivanperez-keera opened this issue Dec 8, 2023 · 1 comment
Assignees
Milestone

Comments

@ivanperez-keera
Copy link
Owner

Yampa currently fails to compile with GHC 9.8, which comes with deepseq 1.5.0.0. The only blocker seems to be a constraint on the versions of deepseq.

@ivanperez-keera ivanperez-keera added this to the 0.14.6 milestone Dec 8, 2023
@ivanperez-keera ivanperez-keera self-assigned this Dec 8, 2023
ivanperez-keera added a commit that referenced this issue Dec 8, 2023
Yampa fails to compile with GHC 9.8, due to a constraint in the cabal
file requiring deepseq < 1.5.0.0, when the version included with GHC 9.8
is precisely 1.5.0.0.

This commit relaxes the upper version bound on deepseq. With that
constraint relaxed, Yampa compiles with GHC 9.8.1
@ivanperez-keera
Copy link
Owner Author

The Travis Job is failing for reasons unrelated to this change. It's a problem we have seen before and it comes and goes. There isn't much we have to do, except we can switch to a different CI system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant