-
Notifications
You must be signed in to change notification settings - Fork 6
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
deriveGEq fails to generate GEq instance for some combinations of versions #9
Comments
This is still a problem. |
erikd
added a commit
to input-output-hk/dependent-sum-template
that referenced
this issue
Sep 25, 2023
The `plutus-core` package currently has: ``` , dependent-sum >=0.7.1.0 , dependent-sum-template <0.1.2 ``` This commit takes the commit that was tagged as version 0.1.1.1 and fixes it for ghc-9.8. See: obsidiansystems#9
erikd
added a commit
to input-output-hk/dependent-sum-template
that referenced
this issue
Sep 25, 2023
The `plutus-core` package currently has: ``` , dependent-sum >=0.7.1.0 , dependent-sum-template <0.1.2 ``` This commit takes the commit that was tagged as version 0.1.1.1 and fixes it for ghc-9.8. See: obsidiansystems#9
erikd
added a commit
to input-output-hk/dependent-sum-template
that referenced
this issue
Sep 25, 2023
The `plutus-core` package currently has: ``` , dependent-sum >=0.7.1.0 , dependent-sum-template <0.1.2 ``` This commit takes the commit that was tagged as version 0.1.1.1 and fixes it for ghc-9.8. See: obsidiansystems#9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the following data type,
deriveGEq
fails to generate aGEq
instance when usingdependent-sum-template-0.1.1.1
withdependent-sum-0.6.2.0
.The example code is here:
Adding a lower bound
dependent-sum >= 0.7.1.0
fixes the problem for us. Perhapsdependent-sum-template
should add a lower bound in a new revision so that the solver picks versions that work together?The text was updated successfully, but these errors were encountered: