summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 2a6f508fb4..30d05f5c33 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -21,6 +21,9 @@
/compiler/simplCore/Exitify.hs @nomeata
/compiler/simplStg/StgCse.hs @nomeata
/compiler/cmm/CmmSwitch.hs @nomeata
+/compiler/types @simonpj @goldfire
+/compiler/deSugar @simonpj @goldfire
+/compiler/hsSyn/Convert.hs @goldfire
# Core libraries
/libraries/base @hvr