Closed noiioiu closed 5 hours ago
This is expected. The default project file builds with testsuite, which is very particular about the cabal version you're using. E.g. master and 3.12 are requiring cabal-3.12.
This is documented (less precisely) in https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#building-cabal-for-hacking
Describe the bug Attempting to build
cabal-install
onmaster
fails with the following output:To Reproduce Steps to reproduce the behavior:
Expected behavior The
cabal
executable is compiled.System information
cabal
3.10.3.0,ghc
9.6.5Additional context Branch
3.10
compiles, but3.12
fails with a similar error.