-
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
Compile with GHC 8.8 #4808
Compile with GHC 8.8 #4808
Conversation
22a04b4
to
86892c5
Compare
Because cabal's wildcards are broken and doesn't allow files without file endings.
I put GHC 8.8 on appveyor as you still cant build Idris with libffi support on a bindist GHC on Ubuntu. More information here: https://gitlab.haskell.org/ghc/ghc/issues/15397 It seems insurmountable without building a new GHC using the system libffi and we can't do that in travis. I guess we could and put them up as PPA, but then we would have to figure out how to package that. The simplest solution would be to disable the tests requiring libffi and build idris without the support. If we had another CI I assume we could start from arch or something with up to date GHC and libffi. |
Update changelog Use GHC 8.8 in Appveyor Run legacy test commands
Now with cabal 3.0 updates