Skip to content

Commit baa97e3

Browse files
committed
Update default compiler to GHC 9.6.6 (from 9.2.8)
1 parent d9bb0c4 commit baa97e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
ifdLevel = 3;
8787
runningHydraEvalTest = false;
88-
defaultCompiler = "ghc928";
88+
defaultCompiler = "ghc966";
8989
config = import ./config.nix;
9090

9191
inherit (nixpkgs) lib;

hix/init/nix/hix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{pkgs, ...}: {
22
# name = "project-name";
3-
compiler-nix-name = "ghc92"; # Version of GHC to use
3+
compiler-nix-name = "ghc96"; # Version of GHC to use
44

55
# Cross compilation support:
66
# crossPlatforms = p: pkgs.lib.optionals pkgs.stdenv.hostPlatform.isx86_64 ([

0 commit comments

Comments
 (0)