release-haskell.nix: add more GHC drvs to muslGHCs

Now a lot more is working here, let's keep it that way!
This commit is contained in:
sternenseemann 2021-09-26 21:08:13 +02:00
parent fded78193d
commit dfad6f38cc

View File

@ -385,6 +385,12 @@ let
jobs.pkgsMusl.haskell.compiler.ghc884
jobs.pkgsMusl.haskell.compiler.ghc8107
jobs.pkgsMusl.haskell.compiler.ghc901
jobs.pkgsMusl.haskell.compiler.ghc921
jobs.pkgsMusl.haskell.compiler.ghcHEAD
jobs.pkgsMusl.haskell.compiler.integer-simple.ghc8107
jobs.pkgsMusl.haskell.compiler.integer-simple.ghc901
jobs.pkgsMusl.haskell.compiler.integer-simple.ghc921
jobs.pkgsMusl.haskell.compiler.native-bignum.ghcHEAD
];
};