Skip to content

Commit ca5187c

Browse files
committed
ghc 9 12 2
1 parent dc4f528 commit ca5187c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "ghc9121"; # Version of GHC to use
3+
compiler-nix-name = "ghc912"; # Version of GHC to use
44
# Cross compilation support:
55
# crossPlatforms = p: pkgs.lib.optionals pkgs.stdenv.hostPlatform.isx86_64 ([
66
# p.mingwW64

0 commit comments

Comments
 (0)