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-test: Test do not compile with old GHC versions #239

Closed
ivanperez-keera opened this issue Oct 15, 2022 · 0 comments
Closed

yampa-test: Test do not compile with old GHC versions #239

ivanperez-keera opened this issue Oct 15, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@ivanperez-keera
Copy link
Owner

The tests use <$> and <*> but do not import them appropriately.

@ivanperez-keera ivanperez-keera added this to the (+1) milestone Oct 15, 2022
@ivanperez-keera ivanperez-keera self-assigned this Oct 15, 2022
ivanperez-keera added a commit that referenced this issue Oct 15, 2022
The tests use <$> and <*> but do not import them appropriately in old
GHC versions, which causes compilation to fail.

This commit adds a conditional import of those definitions when using
versions of base that do not include them in the Prelude.
ivanperez-keera added a commit that referenced this issue Oct 15, 2022
The tests use <$> and <*> but do not import them appropriately in old
GHC versions, which causes compilation to fail.

This commit adds a conditional import of those definitions when using
versions of base that do not include them in the Prelude.
ivanperez-keera added a commit that referenced this issue Oct 15, 2022
…s of base. Refs #239.

The tests use <$> and <*> but do not import them appropriately in old
GHC versions, which causes compilation to fail.

This commit adds a conditional import of those definitions when using
versions of base that do not include them in the Prelude.
@ivanperez-keera ivanperez-keera modified the milestones: (+1), (+2) Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant