diff options
author | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2019-02-03 15:50:58 -0500 |
---|---|---|
committer | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2019-02-03 15:50:58 -0500 |
commit | 8419df7cf73efcfa32480cc786965a8ed28aaeb2 (patch) | |
tree | dd6bff46a01e4be69633a8ea2c144dff7cc6f1a7 | |
parent | 59516e4bbfc0baaa71c83fcd4493c27c422e5d57 (diff) | |
download | haskell-wip/codeowners-parser.tar.gz |
Add int-index as parser/* codeownerwip/codeowners-parser
-rw-r--r-- | CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index df18b1f489..def8a087b2 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,6 +16,7 @@ /includes/ @bgamari @simonmar @osa1 # The compiler +/compiler/parser/ @int-index /compiler/typecheck/ @simonpj @goldfire /compiler/rename/ @simonpj @goldfire /compiler/types/ @simonpj @goldfire |