forked from mirrors/nixpkgs
release-haskell.nix: test ghc with JS backend
It should be just below the current output limit, but we'll see. If it doesn't fit, we may have to disable profiling objects.
This commit is contained in:
parent
ac7bc8f358
commit
b931d63bba
|
@ -345,6 +345,13 @@ let
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pkgsCross.ghcjs.haskellPackages = {
|
||||||
|
inherit (packagePlatforms pkgs.pkgsCross.ghcjs.haskellPackages)
|
||||||
|
ghc
|
||||||
|
hello
|
||||||
|
;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
(versionedCompilerJobs {
|
(versionedCompilerJobs {
|
||||||
# Packages which should be checked on more than the
|
# Packages which should be checked on more than the
|
||||||
|
|
Loading…
Reference in a new issue