[commit: ghc] wip/T15952-2: Add myself to CODEOWNERS for a few files (b19ee0e)

git at git.haskell.org git at git.haskell.org
Thu Jan 24 11:55:22 UTC 2019


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

On branch  : wip/T15952-2
Link       : http://ghc.haskell.org/trac/ghc/changeset/b19ee0e900a468992e00a586616a3c7a993ade21/ghc

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

commit b19ee0e900a468992e00a586616a3c7a993ade21
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Jan 22 10:57:52 2019 +0100

    Add myself to CODEOWNERS for a few files


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

b19ee0e900a468992e00a586616a3c7a993ade21
 CODEOWNERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CODEOWNERS b/CODEOWNERS
index 6ad914b..2a6f508 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -16,6 +16,11 @@
 /compiler/rename                 @simonpj @goldfire
 /compiler/typecheck/TcDeriv*     @RyanGlScott
 /compiler/nativeGen              @simonmar @bgamari @AndreasK
+/compiler/simplCore/CallArity.hs @nomeata
+/compiler/utils/UnVarGraph.hs    @nomeata
+/compiler/simplCore/Exitify.hs   @nomeata
+/compiler/simplStg/StgCse.hs     @nomeata
+/compiler/cmm/CmmSwitch.hs       @nomeata
 
 # Core libraries
 /libraries/base                  @hvr



More information about the ghc-commits mailing list