diff options
author | Sebastian Graf <sgraf1337@gmail.com> | 2019-01-26 12:44:23 -0500 |
---|---|---|
committer | Sebastian Graf <sgraf1337@gmail.com> | 2019-01-26 12:44:23 -0500 |
commit | 3cbee255cd550e49e3265257fd2955ce8e6a351a (patch) | |
tree | 471c4163b2e310485ef2204799a5456611a9717e | |
parent | 571e45d6b5e13222133e52b3c3ca0ff8dfd6747a (diff) | |
download | haskell-3cbee255cd550e49e3265257fd2955ce8e6a351a.tar.gz |
Add @sgraf to CODEOWNERS
[skip ci]
-rw-r--r-- | CODEOWNERS | 4 |
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 |