mirror of
https://github.com/malob/prefmanager.git
synced 2024-12-14 11:57:49 +00:00
6 lines
231 B
Nix
6 lines
231 B
Nix
{
|
|
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" */ ];
|
|
defaultGhcVersion = "ghc928";
|
|
}
|