Skip to content

Commit 0fb5e56

Browse files
committed
Merge remote-tracking branch 'origin/master' into hkm/drop-hadrian-materialization
2 parents a69834f + 3e51fee commit 0fb5e56

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)