[commit: ghc] wip/simonmar-codeowners: Add @simonmar to various things in CODEOWNERS (c1abb46)

git at git.haskell.org git at git.haskell.org
Tue Jan 22 16:23:24 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/simonmar-codeowners
Link       : http://ghc.haskell.org/trac/ghc/changeset/c1abb46c1a3e67ed469ee20d304744d98349b072/ghc

>---------------------------------------------------------------

commit c1abb46c1a3e67ed469ee20d304744d98349b072
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue Jan 22 11:23:08 2019 -0500

    Add @simonmar to various things in CODEOWNERS


>---------------------------------------------------------------

c1abb46c1a3e67ed469ee20d304744d98349b072
 CODEOWNERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CODEOWNERS b/CODEOWNERS
index 6ad914b..e4e6da8 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -15,8 +15,15 @@
 /compiler/typecheck              @simonpj @goldfire
 /compiler/rename                 @simonpj @goldfire
 /compiler/typecheck/TcDeriv*     @RyanGlScott
+/compiler/cmm                    @simonmar
+/compiler/codeGen                @simonmar
 /compiler/nativeGen              @simonmar @bgamari @AndreasK
+/compiler/ghci                   @simonmar
 
 # Core libraries
 /libraries/base                  @hvr
+/libraries/ghci                  @simonmar
 /libraries/template-haskell      @goldfire
+
+# Tools
+/utils/iserv                     @simonmar
\ No newline at end of file



More information about the ghc-commits mailing list