summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CODEOWNERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 6ad914b406..e4e6da8c6a 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -15,8 +15,15 @@
/compiler/typecheck @simonpj @goldfire
/compiler/rename @simonpj @goldfire
/compiler/typecheck/TcDeriv* @RyanGlScott
+/compiler/cmm @simonmar
+/compiler/codeGen @simonmar
/compiler/nativeGen @simonmar @bgamari @AndreasK
+/compiler/ghci @simonmar
# Core libraries
/libraries/base @hvr
+/libraries/ghci @simonmar
/libraries/template-haskell @goldfire
+
+# Tools
+/utils/iserv @simonmar \ No newline at end of file