Skip to content

Point release for preliminary ghc-9.14 support #322

@erikd

Description

@erikd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions