release-cross.nix: also test JS backend in ghcjs cross test

This commit is contained in:
sternenseemann 2023-01-05 15:38:14 +01:00
parent b931d63bba
commit 9b9c8edaf5

View file

@ -159,6 +159,8 @@ in
/* Javacript */
ghcjs = mapTestOnCross lib.systems.examples.ghcjs {
haskell.packages.ghcjs.hello = nativePlatforms;
haskell.packages.native-bignum.ghcHEAD.hello = nativePlatforms;
haskellPackages.hello = nativePlatforms;
};
/* Linux on Raspberrypi */