diff options
author | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2019-02-03 15:50:58 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-02-06 01:15:27 -0500 |
commit | 9292a183fd031d81ac7027eb95dd5a46249845f8 (patch) | |
tree | 191f82b0c79bcfd7028089ca49eae60113223d69 /CODEOWNERS | |
parent | e88e083d62389d5c8d082a25395a3d933ab2f03b (diff) | |
download | haskell-9292a183fd031d81ac7027eb95dd5a46249845f8.tar.gz |
Add int-index as parser/* codeowner
Diffstat (limited to 'CODEOWNERS')
-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 |