diff options
author | Simon Marlow <marlowsd@gmail.com> | 2019-01-22 11:23:08 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-27 08:32:55 -0500 |
commit | e7164384c26e9d177304ab77fdf6c16431832d7f (patch) | |
tree | 16dc6c7952fa1bff9813f903d1bbd8a0d6a623d3 /CODEOWNERS | |
parent | 019127b887d89a686dac162348d16da88c0d2d1b (diff) | |
download | haskell-e7164384c26e9d177304ab77fdf6c16431832d7f.tar.gz |
Add @simonmar to various things in CODEOWNERS
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 853311741f..3badb09299 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -21,9 +21,10 @@ /compiler/typecheck/TcDeriv* @RyanGlScott /compiler/nativeGen @simonmar @bgamari @AndreasK /compiler/llvmGen @angerman -/compiler/codeGen @osa1 -/compiler/cmm @osa1 -/compiler/simplCore/CallArity.hs @nomeata @sgraf +/compiler/codeGen @simonmar @osa1 +/compiler/cmm @simonmar @osa1 +/compiler/ghci @simonmar +/compiler/simplCore/CallArity.hs @nomeata /compiler/utils/UnVarGraph.hs @nomeata /compiler/simplCore/Exitify.hs @nomeata /compiler/simplStg/StgCse.hs @nomeata |