diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2019-01-22 18:48:37 +0300 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-27 08:32:31 -0500 |
commit | 18bd27243a1bac10701fde8f3a01e83d571958ac (patch) | |
tree | a3bd4fae85abaa3315b0c1a00dbd247534952ed8 | |
parent | def84a10dd9db34d86284cb0b8358261034eecc4 (diff) | |
download | haskell-18bd27243a1bac10701fde8f3a01e83d571958ac.tar.gz |
Add myself to a few more places
-rw-r--r-- | CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 97ec69dd4a..e71563df05 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,6 +16,8 @@ /compiler/rename @simonpj @goldfire /compiler/typecheck/TcDeriv* @RyanGlScott /compiler/nativeGen @simonmar @bgamari @AndreasK +/compiler/codeGen @osa1 +/compiler/cmm @osa1 /compiler/simplCore/CallArity.hs @nomeata @sgraf /compiler/utils/UnVarGraph.hs @nomeata /compiler/simplCore/Exitify.hs @nomeata |