1
0
Fork 0
mirror of https://github.com/malob/prefmanager.git synced 2024-12-14 11:57:49 +00:00
prefmanager/constants.nix

7 lines
231 B
Nix
Raw Normal View History

2023-06-28 23:24:31 +00:00
{
name = "prefmanager";
# GHC 9.4.5 and 9.6.2 are disabled since `fgl` a dependency of `async-pool` fails to build.
ghcVersions = map (v: "ghc${v}") [ "8107" "902" "928" /* "945" "962" */ ];
2023-06-28 23:24:31 +00:00
defaultGhcVersion = "ghc928";
}