diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-03-19 10:28:01 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-04-07 18:36:49 -0400 |
commit | 255418da5d264fb2758bc70925adb2094f34adc3 (patch) | |
tree | 39e3d7f84571e750f2a087c1bc2ab87198e9b147 /CODEOWNERS | |
parent | 3d2991f8b4c1b686323b2c9452ce845a60b8d94c (diff) | |
download | haskell-255418da5d264fb2758bc70925adb2094f34adc3.tar.gz |
Modules: type-checker (#13009)
Update Haddock submodule
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 6e7c0931b9..cbbb76de98 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,26 +16,26 @@ /includes/ @bgamari @simonmar @osa1 # The compiler -/compiler/parser/ @int-index -/compiler/hsSyn/ @simonpj @rae -/compiler/typecheck/ @simonpj @rae -/compiler/rename/ @simonpj @rae -/compiler/types/ @simonpj @rae -/compiler/deSugar/ @simonpj @rae -/compiler/typecheck/TcDeriv* @RyanGlScott -/compiler/nativeGen/ @simonmar @bgamari @AndreasK -/compiler/llvmGen/ @angerman -/compiler/codeGen/ @simonmar @osa1 -/compiler/cmm/ @simonmar @osa1 -/compiler/ghci/ @simonmar -/compiler/simplCore/CallArity.hs @nomeata -/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/hsSyn/Convert.hs @rae +/compiler/parser/ @int-index +/compiler/GHC/Hs/ @simonpj @rae +/compiler/GHC/Tc/ @simonpj @rae +/compiler/GHC/Rename/ @simonpj @rae +/compiler/GHC/Types/ @simonpj @rae +/compiler/GHC/HsToCore/ @simonpj @rae +/compiler/GHC/Tc/Deriv/ @RyanGlScott +/compiler/GHC/CmmToAsm/ @simonmar @bgamari @AndreasK +/compiler/GHC/CmmToLlvm/ @angerman +/compiler/GHC/StgToCmm/ @simonmar @osa1 +/compiler/GHC/Cmm/ @simonmar @osa1 +/compiler/ghci/ @simonmar +/compiler/GHC/Core/Op/CallArity.hs @nomeata +/compiler/utils/UnVarGraph.hs @nomeata +/compiler/GHC/Core/Op/Exitify.hs @nomeata +/compiler/GHC/Stg/CSE.hs @nomeata +/compiler/GHC/Stg/Lift.hs @sgraf +/compiler/GHC/Cmm/Switch.hs @nomeata +/compiler/GHC/Core/Op/DmdAnal.hs @simonpj @sgraf +/compiler/GHC/ThToHs.hs @rae # Core libraries /libraries/base/ @hvr |