[commit: ghc] wip/patch-1: Update CODEOWNERS (d01baf0)
git at git.haskell.org
git at git.haskell.org
Tue Jan 22 15:52:04 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/patch-1
Link : http://ghc.haskell.org/trac/ghc/changeset/d01baf0a3e2a3d87ba66602c19928da4f4a2dde4/ghc
>---------------------------------------------------------------
commit d01baf0a3e2a3d87ba66602c19928da4f4a2dde4
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Tue Jan 22 10:51:46 2019 -0500
Update CODEOWNERS
>---------------------------------------------------------------
d01baf0a3e2a3d87ba66602c19928da4f4a2dde4
CODEOWNERS | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/CODEOWNERS b/CODEOWNERS
index 6ad914b..34a4dfa 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -5,10 +5,14 @@
* @bgamari
# Build system
-/hadrian @snowleopard @alp @DavidEichmann
+/hadrian @snowleopard @alp @DavidEichmann @angerman
+/configure.ac @angerman @hvr
+/aclocal.m4 @angerman @hvr
+/config.sub @angerman @hvr
# RTS-like things
-/rts @bgamari @simonmar @osa1 @Phyx
+/rts @bgamari @simonmar @osa1 @Phyx @angerman
+/rts/linker @angerman @Phyx
/includes @bgamari @simonmar @osa1
# The compiler
@@ -16,6 +20,11 @@
/compiler/rename @simonpj @goldfire
/compiler/typecheck/TcDeriv* @RyanGlScott
/compiler/nativeGen @simonmar @bgamari @AndreasK
+/compiler/llvmGen @angerman
+
+/libraries/libiserv @angerman @simonmar
+/utils/iserv-proxy @angerman @simonmar
+/utils/iserv @angerman @simonmar
# Core libraries
/libraries/base @hvr
More information about the ghc-commits
mailing list