summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2019-01-22 11:23:08 -0500
committerSimon Marlow <marlowsd@gmail.com>2019-01-22 11:23:08 -0500
commitc1abb46c1a3e67ed469ee20d304744d98349b072 (patch)
tree2b7aa3d1ff1b66a195eb0a9e99b19a723e21dd9f
parenta5373c1fe172dee31e07bcb7c7f6caff1035e6ba (diff)
downloadhaskell-wip/simonmar-codeowners.tar.gz
Add @simonmar to various things in CODEOWNERSwip/simonmar-codeowners
-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