summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Graf <sgraf1337@gmail.com>2019-01-26 12:44:23 -0500
committerBen Gamari <ben@smart-cactus.org>2019-02-20 14:28:54 -0500
commit204ee8de06f615bd64dcc289207c8530573bb5bf (patch)
treed574a807968b737e4a18c7d0b88cf42dd8855594
parent13e4ab290ca680f58fd58d49d22eedc9290a4ee3 (diff)
downloadhaskell-204ee8de06f615bd64dcc289207c8530573bb5bf.tar.gz
Add @sgraf to CODEOWNERS
[skip ci]
-rw-r--r--CODEOWNERS4
1 files changed, 3 insertions, 1 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 30d05f5c33..97ec69dd4a 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