diff options
-rw-r--r-- | CODEOWNERS | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..6ad914b406 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,22 @@ +# Confused about what this is? See +# https://gitlab.haskell.org/help/user/project/code_owners + +# Catch-all +* @bgamari + +# Build system +/hadrian @snowleopard @alp @DavidEichmann + +# RTS-like things +/rts @bgamari @simonmar @osa1 @Phyx +/includes @bgamari @simonmar @osa1 + +# The compiler +/compiler/typecheck @simonpj @goldfire +/compiler/rename @simonpj @goldfire +/compiler/typecheck/TcDeriv* @RyanGlScott +/compiler/nativeGen @simonmar @bgamari @AndreasK + +# Core libraries +/libraries/base @hvr +/libraries/template-haskell @goldfire |