Skip to content

Commit

Permalink
CI support for up to GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Sep 8, 2024
1 parent a9ace4d commit 618c8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
inherit name;
src = ./.;
excludeCompilerMajors = [ "ghc910" "ghc911" ];
excludeCompilerMajors = [ "ghc911" ];
defaultCompiler = "ghc982";
};
in
Expand Down

0 comments on commit 618c8d1

Please sign in to comment.