From c1abb46c1a3e67ed469ee20d304744d98349b072 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 22 Jan 2019 11:23:08 -0500 Subject: Add @simonmar to various things in CODEOWNERS --- CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.1