[commit: ghc] wip/andrey/windows-doc: Add @simonmar to various things in CODEOWNERS (e716438)

git at git.haskell.org git at git.haskell.org
Sun Jan 27 22:40:45 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/andrey/windows-doc
Link       : http://ghc.haskell.org/trac/ghc/changeset/e7164384c26e9d177304ab77fdf6c16431832d7f/ghc

>---------------------------------------------------------------

commit e7164384c26e9d177304ab77fdf6c16431832d7f
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue Jan 22 11:23:08 2019 -0500

    Add @simonmar to various things in CODEOWNERS


>---------------------------------------------------------------

e7164384c26e9d177304ab77fdf6c16431832d7f
 CODEOWNERS | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 8533117..3badb09 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -21,9 +21,10 @@
 /compiler/typecheck/TcDeriv*     @RyanGlScott
 /compiler/nativeGen              @simonmar @bgamari @AndreasK
 /compiler/llvmGen                @angerman
-/compiler/codeGen                @osa1
-/compiler/cmm                    @osa1
-/compiler/simplCore/CallArity.hs @nomeata @sgraf
+/compiler/codeGen                @simonmar @osa1
+/compiler/cmm                    @simonmar @osa1
+/compiler/ghci                   @simonmar
+/compiler/simplCore/CallArity.hs @nomeata
 /compiler/utils/UnVarGraph.hs    @nomeata
 /compiler/simplCore/Exitify.hs   @nomeata
 /compiler/simplStg/StgCse.hs     @nomeata



More information about the ghc-commits mailing list