summaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2019-02-03 15:50:58 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-06 01:15:27 -0500
commit9292a183fd031d81ac7027eb95dd5a46249845f8 (patch)
tree191f82b0c79bcfd7028089ca49eae60113223d69 /CODEOWNERS
parente88e083d62389d5c8d082a25395a3d933ab2f03b (diff)
downloadhaskell-9292a183fd031d81ac7027eb95dd5a46249845f8.tar.gz
Add int-index as parser/* codeowner
Diffstat (limited to 'CODEOWNERS')
-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