summaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2019-01-22 18:48:37 +0300
committerBen Gamari <ben@smart-cactus.org>2019-01-27 08:32:31 -0500
commit18bd27243a1bac10701fde8f3a01e83d571958ac (patch)
treea3bd4fae85abaa3315b0c1a00dbd247534952ed8 /CODEOWNERS
parentdef84a10dd9db34d86284cb0b8358261034eecc4 (diff)
downloadhaskell-18bd27243a1bac10701fde8f3a01e83d571958ac.tar.gz
Add myself to a few more places
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS2
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