summaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS4
1 files changed, 3 insertions, 1 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 30d05f5c33..97ec69dd4a 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -16,11 +16,13 @@
/compiler/rename @simonpj @goldfire
/compiler/typecheck/TcDeriv* @RyanGlScott
/compiler/nativeGen @simonmar @bgamari @AndreasK
-/compiler/simplCore/CallArity.hs @nomeata
+/compiler/simplCore/CallArity.hs @nomeata @sgraf
/compiler/utils/UnVarGraph.hs @nomeata
/compiler/simplCore/Exitify.hs @nomeata
/compiler/simplStg/StgCse.hs @nomeata
+/compiler/simplStg/StgLiftLams.hs @sgraf
/compiler/cmm/CmmSwitch.hs @nomeata
+/compiler/stranal/DmdAnal.hs @simonpj @sgraf
/compiler/types @simonpj @goldfire
/compiler/deSugar @simonpj @goldfire
/compiler/hsSyn/Convert.hs @goldfire