Skip to content

GHC 9.6 support #3502

Closed
Closed
@9999years

Description

@9999years

This is a tracking issue for GHC 9.6 support.

We'll need to update hie-compat for GHC 9.6:

if (impl(ghc > 8.9) && impl(ghc < 8.11))
hs-source-dirs: src-ghc810 src-reexport
if (impl(ghc >= 9.0) && impl(ghc < 9.1) || flag(ghc-lib))
hs-source-dirs: src-ghc90 src-reexport-ghc9
if (impl(ghc >= 9.2) && impl(ghc < 9.3))
hs-source-dirs: src-ghc92 src-reexport-ghc9
if (impl(ghc >= 9.4) && impl(ghc < 9.5))
hs-source-dirs: src-reexport-ghc92

Please collect other issues needed to land support for GHC 9.6 here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions