[commit: ghc] wip/andrey/windows-doc: Add @sgraf to CODEOWNERS (3cbee25)

git at git.haskell.org git at git.haskell.org
Sun Jan 27 22:39:53 UTC 2019


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

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

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

commit 3cbee255cd550e49e3265257fd2955ce8e6a351a
Author: Sebastian Graf <sgraf1337 at gmail.com>
Date:   Sat Jan 26 12:44:23 2019 -0500

    Add @sgraf to CODEOWNERS
    
    [skip ci]


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

3cbee255cd550e49e3265257fd2955ce8e6a351a
 CODEOWNERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 30d05f5..97ec69d 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -16,11 +16,13 @@
 /compiler/rename                 @simonpj @goldfire
 /compiler/typecheck/TcDeriv*     @RyanGlScott
 /compiler/nativeGen              @simonmar @bgamari @AndreasK
-/compiler/simplCore/CallArity.hs @nomeata
+/compiler/simplCore/CallArity.hs @nomeata @sgraf
 /compiler/utils/UnVarGraph.hs    @nomeata
 /compiler/simplCore/Exitify.hs   @nomeata
 /compiler/simplStg/StgCse.hs     @nomeata
+/compiler/simplStg/StgLiftLams.hs @sgraf
 /compiler/cmm/CmmSwitch.hs       @nomeata
+/compiler/stranal/DmdAnal.hs     @simonpj @sgraf
 /compiler/types                  @simonpj @goldfire
 /compiler/deSugar                @simonpj @goldfire
 /compiler/hsSyn/Convert.hs       @goldfire



More information about the ghc-commits mailing list