-
Notifications
You must be signed in to change notification settings - Fork 644
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
Build failed with GHC 8.8 #4807
Comments
The new style builds will not function, because hooks we use are removed and the replacement functionality doesn't work for us: #4757 So you will have to use |
So, I'm trying again with |
Ah, it fails at cheapskate again, not weird as that is unmaintained. I guess we could submit a PR anyway. Or fork it. Or just vendor it. The good news is that regex-base has been fixed. |
Ok, and now we get there, hmm, has the sdist hooks been removed for v1 builds too. Well, that's terrible, that means putting all the files in the cabal files again. And we would have to rename all the test shellscripts because cabal has overly restrictive rules for wildcards: haskell/cabal#5883. |
To build it's possible to remove the hooks. The dist generation breaks with that, but I guess I can at least fix the compilation errors. |
Fixed |
Steps to Reproduce
Build idris with GHC 8.8 (Cabal 3.0)
Expected Behavior
Build passes
Observed Behavior
The text was updated successfully, but these errors were encountered: