[commit: ghc] wip/ghc-8.8-merges: Add myself to CODEOWNERS for a few files (7ce774f)

git at git.haskell.org git at git.haskell.org
Thu Feb 21 15:09:34 UTC 2019


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

On branch  : wip/ghc-8.8-merges
Link       : http://ghc.haskell.org/trac/ghc/changeset/7ce774f75bbb8eff1913e20fe70dce3833ec8f33/ghc

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

commit 7ce774f75bbb8eff1913e20fe70dce3833ec8f33
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


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

7ce774f75bbb8eff1913e20fe70dce3833ec8f33
 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