From fd5970fb34264579c491b6275bb57459f6049d63 Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Mon, 5 Sep 2022 19:03:02 +0200 Subject: [PATCH] NIX.md: Suggest a recent revision of GHC 9.2 Lest anyone run into https://github.com/xmonad/xmonad/issues/389. --- NIX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NIX.md b/NIX.md index d4a3cc42..425f3a04 100644 --- a/NIX.md +++ b/NIX.md @@ -87,7 +87,7 @@ options in your `configuration.nix` under `flake`: flake = { enable = true; # prefix = "unstable"; - compiler = "ghc921"; + compiler = "ghc924"; }; }; ```