[commit: ghc] wip/ghc-8.8-merges: Add @sgraf to CODEOWNERS (204ee8d)
git at git.haskell.org
git at git.haskell.org
Thu Feb 21 15:10:16 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.8-merges
Link : http://ghc.haskell.org/trac/ghc/changeset/204ee8de06f615bd64dcc289207c8530573bb5bf/ghc
>---------------------------------------------------------------
commit 204ee8de06f615bd64dcc289207c8530573bb5bf
Author: Sebastian Graf <sgraf1337 at gmail.com>
Date: Sat Jan 26 12:44:23 2019 -0500
Add @sgraf to CODEOWNERS
[skip ci]
>---------------------------------------------------------------
204ee8de06f615bd64dcc289207c8530573bb5bf
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