diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2019-01-22 10:51:46 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-27 08:32:31 -0500 |
commit | 019127b887d89a686dac162348d16da88c0d2d1b (patch) | |
tree | 2622a48b6457d3d1a5fcbb3ee1f2cd5f247dfcb7 /CODEOWNERS | |
parent | 18bd27243a1bac10701fde8f3a01e83d571958ac (diff) | |
download | haskell-019127b887d89a686dac162348d16da88c0d2d1b.tar.gz |
Update CODEOWNERS
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index e71563df05..853311741f 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,7 @@ /compiler/rename @simonpj @goldfire /compiler/typecheck/TcDeriv* @RyanGlScott /compiler/nativeGen @simonmar @bgamari @AndreasK +/compiler/llvmGen @angerman /compiler/codeGen @osa1 /compiler/cmm @osa1 /compiler/simplCore/CallArity.hs @nomeata @sgraf @@ -32,3 +37,9 @@ # Core libraries /libraries/base @hvr /libraries/template-haskell @goldfire + +# Internal utilities and libraries +/libraries/libiserv @angerman @simonmar +/utils/iserv-proxy @angerman @simonmar +/utils/iserv @angerman @simonmar + |