-
Notifications
You must be signed in to change notification settings - Fork 164
Bump typelit plugins #3061
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
base: master
Are you sure you want to change the base?
Bump typelit plugins #3061
Conversation
|
Could you also locally run a check with |
Every build is currently failing due to warnings caused by clash-lang/ghc-typelits-natnormalise#105 (comment). I created another branch for just checking the changes to |
9934ba6 to
f526cab
Compare
| ghc-typelits-extra >= 0.5.1 && < 0.6, | ||
| ghc-typelits-knownnat >= 0.8.2 && < 0.9, | ||
| ghc-typelits-natnormalise >= 0.9.1 && < 0.10, | ||
| -- <<< |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the new code in Vector.hs doesn't typecheck with the old version of the plugin(s), the lower bound increases should be permanant.
But possibly conditional on the GHC version.
f526cab to
865be36
Compare
|
I’m adding some features and fixes in clash-lang/ghc-typelits-natnormalise#110 which will hopefully only require haddock/doctest changes w.r.t. error messages for |
The PR bumps
ghc-typelits-natnormalise,ghc-typelits-knownnat, andghc-typelits-extrato the latest versions and introduces some required code changes inclash-preludeto make it compile.Still TODO:
Blocked by Type error after plugin update ghc-typelits-natnormalise#108Winaccessible-codeorWincomplete-patternsghc-typelits-natnormalise#109Nice to have:
CLogtype family reduction #3078