release-haskell.nix: test static builds with GHC 9.0.2 as well

This commit is contained in:
sternenseemann 2022-02-26 00:44:27 +01:00
parent 028b0da11b
commit 58d830667a

View file

@ -420,6 +420,9 @@ let
jobs.pkgsStatic.haskell.packages.integer-simple.ghc8107.hello
jobs.pkgsStatic.haskell.packages.integer-simple.ghc8107.lens
jobs.pkgsStatic.haskell.packages.integer-simple.ghc8107.random
jobs.pkgsStatic.haskell.packages.native-bignum.ghc902.hello
jobs.pkgsStatic.haskell.packages.native-bignum.ghc902.lens
jobs.pkgsStatic.haskell.packages.native-bignum.ghc902.random
];
};
}