I am using the first alpha release, ghc-9.14.0.20250819, and one of our packages depends on algebraic-graphs and the current version on Hackage does not compile with this compiler. However, the one here on Github compiles quite happily and the tests pass if I add a cabal.project file containing:
packages:
./
tests: True
test-show-details: direct
if impl (ghc >= 9.14)
allow-newer:
, inspection-testing:base
, inspection-testing:ghc
, splitmix:base