diff options
author | Simon Marlow <marlowsd@gmail.com> | 2019-04-02 06:13:54 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-02 12:46:46 -0400 |
commit | bf73419518ca550e85188616f860961c7e2a336b (patch) | |
tree | 173712baaec1f70d7d9e529370e24ff665a0d19c /CODEOWNERS | |
parent | d132b30ad7ee73606c745ad7e0b81383eea69d0a (diff) | |
download | haskell-bf73419518ca550e85188616f860961c7e2a336b.tar.gz |
Add myself to libraries/ghci
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index def8a087b2..902642563f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -38,6 +38,7 @@ # Core libraries /libraries/base/ @hvr +/libraries/ghci/ @simonmar /libraries/template-haskell/ @goldfire # Internal utilities and libraries |