diff options
author | Tamar Christina <tamar@zhox.com> | 2020-07-26 00:40:10 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-26 13:25:48 -0400 |
commit | 52685cf7c077c51e3719e3c4dd5ca8257a99c4ea (patch) | |
tree | 3466186e279a7db2971cd2ef2525edb55927b4e4 /CODEOWNERS | |
parent | ce0a1d678fbc8efa5fd384fd0227b7b3dc97cadd (diff) | |
download | haskell-52685cf7c077c51e3719e3c4dd5ca8257a99c4ea.tar.gz |
winio: update codeowners
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index cbbb76de98..294acddd62 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -49,3 +49,18 @@ /utils/gen-dll/ @Phyx /utils/fs/ @Phyx +# WinIO related code +/libraries/base/GHC/Event/Windows/ @Phyx +/libraries/base/GHC/IO/Windows/ @Phyx +/rts/win32/ @Phyx +/libraries/base/GHC/IO/Handle/Lock/Windows.hsc @Phyx +/libraries/base/GHC/Event/Windows.hsc @Phyx +/libraries/base/GHC/Conc/WinIO.hs @Phyx +/libraries/base/GHC/Conc/Windows.hs @Phyx +/libraries/base/GHC/IO/Handle/Windows.hs @Phyx +/libraries/base/GHC/IO/StdHandles.hs @Phyx +/libraries/base/GHC/Windows.hs @Phyx +/libraries/base/cbits/IOutils.c @Phyx +/libraries/base/cbits/Win32Utils.c @Phyx +/libraries/base/cbits/consUtils.c @Phyx +/libraries/base/include/winio_structs.h @Phyx |