top-level/release-haskell.nix: also tests writers tests
This should show us what impact our changes have on writeHaskell.
This commit is contained in:
parent
07dd4a91f5
commit
ea71b0aa91
@ -79,7 +79,12 @@ let
|
|||||||
haskellPackages = packagePlatforms pkgs.haskellPackages;
|
haskellPackages = packagePlatforms pkgs.haskellPackages;
|
||||||
haskell.compiler = packagePlatforms pkgs.haskell.compiler;
|
haskell.compiler = packagePlatforms pkgs.haskell.compiler;
|
||||||
|
|
||||||
tests.haskell = packagePlatforms pkgs.tests.haskell;
|
tests = let
|
||||||
|
testPlatforms = packagePlatforms pkgs.tests;
|
||||||
|
in {
|
||||||
|
haskell = testPlatforms.haskell;
|
||||||
|
writers = testPlatforms.writers;
|
||||||
|
};
|
||||||
|
|
||||||
# top-level packages that depend on haskellPackages
|
# top-level packages that depend on haskellPackages
|
||||||
inherit (pkgsPlatforms)
|
inherit (pkgsPlatforms)
|
||||||
@ -216,6 +221,7 @@ let
|
|||||||
constituents = accumulateDerivations [
|
constituents = accumulateDerivations [
|
||||||
# haskell specific tests
|
# haskell specific tests
|
||||||
jobs.tests.haskell
|
jobs.tests.haskell
|
||||||
|
jobs.tests.writers # writeHaskell{,Bin}
|
||||||
# important top-level packages
|
# important top-level packages
|
||||||
jobs.cabal-install
|
jobs.cabal-install
|
||||||
jobs.cabal2nix
|
jobs.cabal2nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user