forked from mirrors/nixpkgs
release-haskell.nix: test static builds with GHC 9.0.2 as well
This commit is contained in:
parent
028b0da11b
commit
58d830667a
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue