diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-06-23 14:19:39 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-11-03 01:58:54 -0400 |
commit | 284fd39c33c652c11430770c8bb420bb7af2f4cc (patch) | |
tree | 6836b0d347d0c3a2e7b387441e0b57884dfedda3 /CODEOWNERS | |
parent | ed81b44858ef6527087d82c0114ed0b2bf42399d (diff) | |
download | haskell-284fd39c33c652c11430770c8bb420bb7af2f4cc.tar.gz |
gen-dll: Drop it
Currently it is only used by the make build system, which is soon to be
retired, and it has not built since 41cf758b. We may need to reintroduce
it when dynamic-linking support is introduced on Windows, but we will
cross that bridge once we get there.
Fixes #21753.
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 4f71e6464a..fe7fac88fe 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -59,7 +59,6 @@ /libraries/libiserv/ @angerman @simonmar /utils/iserv-proxy/ @angerman @simonmar /utils/iserv/ @angerman @simonmar -/utils/gen-dll/ @Phyx /utils/fs/ @Phyx [WinIO related code] |