Closed tomjaguarpaw closed 2 years ago
Thanks! Can you add changes to the gitlab yml file, and several other changes like in https://github.com/sebastiaanvisser/clay/commit/4483bdf7a452903f177220958f1610030ab7f28a? (In particular, create a cabal.9.4.somenumberhere.project
as a symlink to cabal.project
.) Then the CI will automatically test it.
OK, done. The CI requires your approval to run.
OK, done. The CI requires your approval to run.
Yes, that will be a thing of the past once this PR is merged :)
Ugh, weird error. Maybe it can be resolved by emptying the build cache? I don't know how that is done.
Suspicious. My Opaleye CI has the same build error on 9.0.
It doesn't happen on the Clay CI on my personal repo: https://github.com/tomjaguarpaw/clay/actions/runs/3180783550
Perhaps it is to do with the build cache. I don't know how to purge it though.
Seems to be this: https://gitlab.haskell.org/ghc/ghc/-/issues/21423
I discovered how to purge the build cache: https://github.com/tomjaguarpaw/haskell-opaleye/issues/555#issuecomment-1267533180
Thanks, that did it!
This compiles fine, but I haven't tested it.