diff options
author | Richard Eisenberg <rae@richarde.dev> | 2019-07-23 10:46:46 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-23 23:07:13 -0400 |
commit | 3dbcc3682066450b0fe1e74f9d82472d5c603d3b (patch) | |
tree | 126bbc730cbe82637ebedce23c7610e46683e0dc /CODEOWNERS | |
parent | 6ade71fbaa87c116c6ab8322259a795894cde1f6 (diff) | |
download | haskell-3dbcc3682066450b0fe1e74f9d82472d5c603d3b.tar.gz |
Simon and I like to work in hsSyn, too.
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 22349e278c..6e7c0931b9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -17,6 +17,7 @@ # The compiler /compiler/parser/ @int-index +/compiler/hsSyn/ @simonpj @rae /compiler/typecheck/ @simonpj @rae /compiler/rename/ @simonpj @rae /compiler/types/ @simonpj @rae |