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

5 lines
125 B
Nix

{
name = "prefmanager";
ghcVersions = map (v: "ghc${v}") [ "810" "90" "92" "94" "96" ];
defaultGhcVersion = "ghc96";
}