Skip to content

Commit

Permalink
Add ghc962 to supported compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristano8 committed Dec 12, 2023
1 parent 5a57d87 commit f103d77
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 @@ -12,7 +12,7 @@
path = ./package.nix;
}
];
supportedCompilers = [ "ghc8107" "ghc92" "ghc94" ];
supportedCompilers = [ "ghc8107" "ghc92" "ghc94" "ghc962" ];
defaultCompiler = "ghc92";
};
}

0 comments on commit f103d77

Please sign in to comment.