haskellPackages: small formatting fix to versionedCompilerJobs in release-haskell.nix

This commit is contained in:
Dennis Gosnell 2023-03-24 10:40:32 +09:00
parent f430566c57
commit 0d364a0117
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -128,13 +128,13 @@ let
# ```
versionedCompilerJobs = config: mapTestOn {
haskell.packages =
(lib.mapAttrs (
ghc: jobs:
lib.filterAttrs (
jobName: platforms:
lib.elem ghc (config."${jobName}" or [])
) jobs
) compilerPlatforms);
lib.mapAttrs
(ghc: jobs:
lib.filterAttrs
(jobName: platforms: lib.elem ghc (config."${jobName}" or []))
jobs
)
compilerPlatforms;
};
# hydra jobs for `pkgs` of which we import a subset of