Skip to content

Commit

Permalink
fall back to 9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jan 24, 2024
1 parent b2c207e commit 2c5d3b5
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 @@ -41,7 +41,7 @@
inherit (nixpkgs) lib;

# see flake `variants` below for alternative compilers
defaultCompiler = "ghc964";
defaultCompiler = "ghc963";
# We use cabalProject' to ensure we don't build the plan for
# all systems.
cabalProject = nixpkgs.haskell-nix.cabalProject' ({config, ...}: {
Expand Down

0 comments on commit 2c5d3b5

Please sign in to comment.