Skip to content

Test external-static-plugins on recent GHCs #2265

@hsyl20

Description

@hsyl20

In https://github.com/input-output-hk/haskell.nix/blob/03c3581d2e0c91f7c2690115b487961ad62099a6/test/external-static-plugin/default.nix we have:

  meta.disabled = !(builtins.elem compiler-nix-name [
    "ghc810420210212"
  ]) || haskellLib.isCrossHost;

We should enable this test for GHC >= 9.6 as the patch (which was backported in ghc810420210212) is present.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions