summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2019-01-22 10:51:46 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-01-23 17:35:09 -0500
commita8bef36c8e748e4eaddbda5999815a43c1ba1fe1 (patch)
tree6242a207942c53a3a9181d8b47705b5ad226d2d7
parentc9fe14cc0a1fb808763c9d1bcd5451443f684cdf (diff)
downloadhaskell-wip/patch-1.tar.gz
Update CODEOWNERSwip/patch-1
-rw-r--r--CODEOWNERS13
1 files changed, 11 insertions, 2 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 6ad914b406..34a4dfaec9 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