Closed wrengr closed 3 years ago
This line looks suspicious, there is no cabal.project
:
Hey, I think I've managed to fix the issue, see linked PR The CI passed in my repo: https://github.com/forketyfork/bytestring-lexing/runs/3976343009
Cool thanks! When copying the CI stuff over I forgot there were those project-dependent names in there. Time to add those to my linting script
The GithubActions CI is failing for GHC 9.0.1 because
cabal sdist
isn't creating the expected tarball forcabal test
to use. These commands work just fine for me on my local machine with that version, and for GithubActions for older GHC/Cabal, so I've no idea what's going wrong...