Skip to content

Commit

Permalink
Update nix to use ghc 9.6.6 instead of 9.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Aug 5, 2024
1 parent 7fc8900 commit 73e3adc
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 @@
# see flake `variants` below for alternative compilers
defaultCompiler = "ghc982";
haddockShellCompiler = defaultCompiler;
mingwCompiler = "ghc965";
mingwCompiler = "ghc966";

cabalHeadOverlay = final: prev: {
cabal-head =
Expand Down

0 comments on commit 73e3adc

Please sign in to comment.