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

Compatibility with new version of Foreign #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ScottFreeCode
Copy link

In newer dependency versions, Foreign exports And and Xor; for full backwards and forwards compatibility, this solution qualifies the use of LambdaCube.IR.LogicOperation constructors.

With this plus #14, it will be possible to extend the upper version bounds to allow these current dependency versions (most of these are still in range but there's a few to loosen):

  • JuicyPixels-3.3.7
  • OpenGLRaw-3.3.4.1
  • base-4.16.4.0
  • bytestring-0.11.4.0
  • containers-0.6.5.1
  • lambdacube-ir-0.3.0.1
  • mtl-2.2.2
  • vector-0.12.3.1
  • vector-algorithms-0.8.0.4

In newer dependency versions, `Foreign` exports `And` and `Xor`; for full backwards and forwards compatibility, this solution qualifies the use of `LambdaCube.IR.LogicOperation` constructors.
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

Successfully merging this pull request may close these issues.

1 participant