Skip to content

Commit

Permalink
build: Use ghc-9.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Mar 26, 2024
1 parent 7b7180a commit dd83e5e
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 @@ -29,7 +29,7 @@
(final: prev: {
gibberishProject = final.haskell-nix.cabalProject' {
src = ./.;
compiler-nix-name = "ghc962";
compiler-nix-name = "ghc964";
name = "gibberish";

flake.variants.profiled = {
Expand Down

0 comments on commit dd83e5e

Please sign in to comment.