summaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorSebastian Graf <sgraf1337@gmail.com>2019-01-26 12:44:23 -0500
committerSebastian Graf <sgraf1337@gmail.com>2019-01-26 12:44:23 -0500
commit3cbee255cd550e49e3265257fd2955ce8e6a351a (patch)
tree471c4163b2e310485ef2204799a5456611a9717e /CODEOWNERS
parent571e45d6b5e13222133e52b3c3ca0ff8dfd6747a (diff)
downloadhaskell-3cbee255cd550e49e3265257fd2955ce8e6a351a.tar.gz
Add @sgraf to CODEOWNERS
[skip ci]
Diffstat (limited to 'CODEOWNERS')
-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