summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2019-02-03 15:50:58 -0500
committerVladislav Zavialov <vlad.z.4096@gmail.com>2019-02-03 15:50:58 -0500
commit8419df7cf73efcfa32480cc786965a8ed28aaeb2 (patch)
treedd6bff46a01e4be69633a8ea2c144dff7cc6f1a7
parent59516e4bbfc0baaa71c83fcd4493c27c422e5d57 (diff)
downloadhaskell-wip/codeowners-parser.tar.gz
Add int-index as parser/* codeownerwip/codeowners-parser
-rw-r--r--CODEOWNERS1
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