ghc: add guibou as maintainers for all ghc compilers
This commit is contained in:
parent
e0f7b04c2e
commit
5c1d3b7944
7 changed files with 7 additions and 6 deletions
|
@ -374,6 +374,6 @@ stdenv.mkDerivation rec {
|
||||||
# `pkgsMusl`.
|
# `pkgsMusl`.
|
||||||
platforms = builtins.attrNames ghcBinDists.${distSetName};
|
platforms = builtins.attrNames ghcBinDists.${distSetName};
|
||||||
hydraPlatforms = builtins.filter (p: minimal || p != "aarch64-linux") platforms;
|
hydraPlatforms = builtins.filter (p: minimal || p != "aarch64-linux") platforms;
|
||||||
maintainers = with lib.maintainers; [ lostnet ];
|
maintainers = with lib.maintainers; [ lostnet guibou ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -306,7 +306,7 @@ stdenv.mkDerivation (rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/ghc";
|
homepage = "http://haskell.org/ghc";
|
||||||
description = "The Glasgow Haskell Compiler";
|
description = "The Glasgow Haskell Compiler";
|
||||||
maintainers = with lib.maintainers; [ marcweber andres peti ];
|
maintainers = with lib.maintainers; [ marcweber andres peti guibou ];
|
||||||
timeout = 24 * 3600;
|
timeout = 24 * 3600;
|
||||||
inherit (ghc.meta) license platforms;
|
inherit (ghc.meta) license platforms;
|
||||||
|
|
||||||
|
|
|
@ -192,5 +192,6 @@ stdenv.mkDerivation rec {
|
||||||
hydraPlatforms = builtins.filter (p: p != "aarch64-linux") platforms;
|
hydraPlatforms = builtins.filter (p: p != "aarch64-linux") platforms;
|
||||||
# build segfaults, use ghc8102Binary which has proper musl support instead
|
# build segfaults, use ghc8102Binary which has proper musl support instead
|
||||||
broken = stdenv.hostPlatform.isMusl;
|
broken = stdenv.hostPlatform.isMusl;
|
||||||
|
maintainers = with lib.maintainers; [ guibou ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -316,7 +316,7 @@ stdenv.mkDerivation (rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/ghc";
|
homepage = "http://haskell.org/ghc";
|
||||||
description = "The Glasgow Haskell Compiler";
|
description = "The Glasgow Haskell Compiler";
|
||||||
maintainers = with lib.maintainers; [ marcweber andres peti ];
|
maintainers = with lib.maintainers; [ marcweber andres peti guibou ];
|
||||||
timeout = 24 * 3600;
|
timeout = 24 * 3600;
|
||||||
inherit (ghc.meta) license platforms;
|
inherit (ghc.meta) license platforms;
|
||||||
|
|
||||||
|
|
|
@ -293,7 +293,7 @@ stdenv.mkDerivation (rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/ghc";
|
homepage = "http://haskell.org/ghc";
|
||||||
description = "The Glasgow Haskell Compiler";
|
description = "The Glasgow Haskell Compiler";
|
||||||
maintainers = with lib.maintainers; [ marcweber andres peti ];
|
maintainers = with lib.maintainers; [ marcweber andres peti guibou ];
|
||||||
timeout = 24 * 3600;
|
timeout = 24 * 3600;
|
||||||
inherit (ghc.meta) license platforms;
|
inherit (ghc.meta) license platforms;
|
||||||
|
|
||||||
|
|
|
@ -293,7 +293,7 @@ stdenv.mkDerivation (rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/ghc";
|
homepage = "http://haskell.org/ghc";
|
||||||
description = "The Glasgow Haskell Compiler";
|
description = "The Glasgow Haskell Compiler";
|
||||||
maintainers = with lib.maintainers; [ marcweber andres peti ];
|
maintainers = with lib.maintainers; [ marcweber andres peti guibou ];
|
||||||
timeout = 24 * 3600;
|
timeout = 24 * 3600;
|
||||||
inherit (ghc.meta) license platforms;
|
inherit (ghc.meta) license platforms;
|
||||||
|
|
||||||
|
|
|
@ -310,7 +310,7 @@ stdenv.mkDerivation (rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/ghc";
|
homepage = "http://haskell.org/ghc";
|
||||||
description = "The Glasgow Haskell Compiler";
|
description = "The Glasgow Haskell Compiler";
|
||||||
maintainers = with lib.maintainers; [ marcweber andres peti ];
|
maintainers = with lib.maintainers; [ marcweber andres peti guibou ];
|
||||||
timeout = 24 * 3600;
|
timeout = 24 * 3600;
|
||||||
inherit (ghc.meta) license platforms;
|
inherit (ghc.meta) license platforms;
|
||||||
# ghcHEAD times out on aarch64-linux on Hydra.
|
# ghcHEAD times out on aarch64-linux on Hydra.
|
||||||
|
|
Loading…
Reference in a new issue